diff options
author | Ke Wei <kewei@marvell.com> | 2008-06-22 16:45:00 -0400 |
---|---|---|
committer | Lennert Buytenhek <buytenh@marvell.com> | 2008-06-22 16:45:00 -0400 |
commit | ab6d15d50637fc25ee941710b23fed09ceb28db3 (patch) | |
tree | 1d371157036e57740d10118060ce20e45e52b6ea /arch/arm/mm | |
parent | 2e2023fe02c3530db3a0d6a26a2e90396a428796 (diff) |
[ARM] Feroceon: allow more old Feroceon IDs
There are a couple more Feroceon-based SoCs out in the field that use
different Variant and Architecture fields in their Main ID registers
-- this patch tweaks the processor match/mask in proc-feroceon.S to
catch those SoCs as well.
Signed-off-by: Ke Wei <kewei@marvell.com>
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Diffstat (limited to 'arch/arm/mm')
-rw-r--r-- | arch/arm/mm/proc-feroceon.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mm/proc-feroceon.S b/arch/arm/mm/proc-feroceon.S index 00eadb5995c7..61a5025bf032 100644 --- a/arch/arm/mm/proc-feroceon.S +++ b/arch/arm/mm/proc-feroceon.S | |||
@@ -463,8 +463,8 @@ cpu_88fr531_name: | |||
463 | #ifdef CONFIG_CPU_FEROCEON_OLD_ID | 463 | #ifdef CONFIG_CPU_FEROCEON_OLD_ID |
464 | .type __feroceon_old_id_proc_info,#object | 464 | .type __feroceon_old_id_proc_info,#object |
465 | __feroceon_old_id_proc_info: | 465 | __feroceon_old_id_proc_info: |
466 | .long 0x41069260 | 466 | .long 0x41009260 |
467 | .long 0xfffffff0 | 467 | .long 0xff00fff0 |
468 | .long PMD_TYPE_SECT | \ | 468 | .long PMD_TYPE_SECT | \ |
469 | PMD_SECT_BUFFERABLE | \ | 469 | PMD_SECT_BUFFERABLE | \ |
470 | PMD_SECT_CACHEABLE | \ | 470 | PMD_SECT_CACHEABLE | \ |