lkml.org 
[lkml]   [2013]   [Jun]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 056/105] ARM: 7754/1: Fix the CPU ID and the mask associated to the PJ4B
    Date
    3.8.13.4 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Gregory CLEMENT <gregory.clement@free-electrons.com>

    commit 049be07053ebbf0ee8543caea23ae7bdf0765bb2 upstream.

    This commit fixes the ID and mask for the PJ4B which was too
    restrictive and didn't match the CPU of the Armada 370 SoC.

    Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
    Reviewed-by: Will Deacon <will.deacon@arm.com>
    Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
    Signed-off-by: Kamal Mostafa <kamal@canonical.com>
    ---
    arch/arm/mm/proc-v7.S | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/arch/arm/mm/proc-v7.S b/arch/arm/mm/proc-v7.S
    index 3a3c015..1b09ef1 100644
    --- a/arch/arm/mm/proc-v7.S
    +++ b/arch/arm/mm/proc-v7.S
    @@ -407,8 +407,8 @@ __v7_ca9mp_proc_info:
    */
    .type __v7_pj4b_proc_info, #object
    __v7_pj4b_proc_info:
    - .long 0x562f5840
    - .long 0xfffffff0
    + .long 0x560f5800
    + .long 0xff0fff00
    __v7_proc __v7_pj4b_setup
    .size __v7_pj4b_proc_info, . - __v7_pj4b_proc_info
    #endif /* CONFIG_ARM_LPAE */
    --
    1.8.1.2


    \
     
     \ /
      Last update: 2013-06-28 21:41    [W:4.923 / U:0.284 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site