diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2008-04-21 13:42:04 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-04-24 05:06:45 -0400 |
commit | 4a1fd556c1f1fbd6d9d6739efec042324732b697 (patch) | |
tree | 0175c078b97e3e74249a07df619280832fa06b37 /arch/arm/mm/proc-feroceon.S | |
parent | 328d8a012583f0c25f8db25a2e5e63b521201542 (diff) |
[ARM] fix 48d7927bdf071d05cf5d15b816cf06b0937cb84f
The proc-*.S files have the _prefetch_abort pointer placed at the end
of the processor structure but the cpu-multi32.h defines it in the
second position. The patch also fixes the support for XSC3 and the
MMU-less CPUs (740, 7tdmi, 940, 946 and 9tdmi).
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/proc-feroceon.S')
-rw-r--r-- | arch/arm/mm/proc-feroceon.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/proc-feroceon.S b/arch/arm/mm/proc-feroceon.S index 2f169b28e938..90e7594e29b1 100644 --- a/arch/arm/mm/proc-feroceon.S +++ b/arch/arm/mm/proc-feroceon.S | |||
@@ -423,6 +423,7 @@ feroceon_crval: | |||
423 | .type feroceon_processor_functions, #object | 423 | .type feroceon_processor_functions, #object |
424 | feroceon_processor_functions: | 424 | feroceon_processor_functions: |
425 | .word v5t_early_abort | 425 | .word v5t_early_abort |
426 | .word pabort_noifar | ||
426 | .word cpu_feroceon_proc_init | 427 | .word cpu_feroceon_proc_init |
427 | .word cpu_feroceon_proc_fin | 428 | .word cpu_feroceon_proc_fin |
428 | .word cpu_feroceon_reset | 429 | .word cpu_feroceon_reset |
@@ -430,7 +431,6 @@ feroceon_processor_functions: | |||
430 | .word cpu_feroceon_dcache_clean_area | 431 | .word cpu_feroceon_dcache_clean_area |
431 | .word cpu_feroceon_switch_mm | 432 | .word cpu_feroceon_switch_mm |
432 | .word cpu_feroceon_set_pte_ext | 433 | .word cpu_feroceon_set_pte_ext |
433 | .word pabort_noifar | ||
434 | .size feroceon_processor_functions, . - feroceon_processor_functions | 434 | .size feroceon_processor_functions, . - feroceon_processor_functions |
435 | 435 | ||
436 | .section ".rodata" | 436 | .section ".rodata" |