proc-sa1100.S (b22364c8eec89e6b0c081a237f3b6348df87796f) | proc-sa1100.S (48d7927bdf071d05cf5d15b816cf06b0937cb84f) |
---|---|
1/* 2 * linux/arch/arm/mm/proc-sa1100.S 3 * 4 * Copyright (C) 1997-2002 Russell King 5 * hacked for non-paged-MM by Hyok S. Choi, 2003. 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 224 unchanged lines hidden (view full) --- 233 .word v4_early_abort 234 .word cpu_sa1100_proc_init 235 .word cpu_sa1100_proc_fin 236 .word cpu_sa1100_reset 237 .word cpu_sa1100_do_idle 238 .word cpu_sa1100_dcache_clean_area 239 .word cpu_sa1100_switch_mm 240 .word cpu_sa1100_set_pte_ext | 1/* 2 * linux/arch/arm/mm/proc-sa1100.S 3 * 4 * Copyright (C) 1997-2002 Russell King 5 * hacked for non-paged-MM by Hyok S. Choi, 2003. 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 224 unchanged lines hidden (view full) --- 233 .word v4_early_abort 234 .word cpu_sa1100_proc_init 235 .word cpu_sa1100_proc_fin 236 .word cpu_sa1100_reset 237 .word cpu_sa1100_do_idle 238 .word cpu_sa1100_dcache_clean_area 239 .word cpu_sa1100_switch_mm 240 .word cpu_sa1100_set_pte_ext |
241 .word pabort_noifar |
|
241 .size sa1100_processor_functions, . - sa1100_processor_functions 242 243 .section ".rodata" 244 245 .type cpu_arch_name, #object 246cpu_arch_name: 247 .asciz "armv4" 248 .size cpu_arch_name, . - cpu_arch_name --- 65 unchanged lines hidden --- | 242 .size sa1100_processor_functions, . - sa1100_processor_functions 243 244 .section ".rodata" 245 246 .type cpu_arch_name, #object 247cpu_arch_name: 248 .asciz "armv4" 249 .size cpu_arch_name, . - cpu_arch_name --- 65 unchanged lines hidden --- |