proc-sa1100.S (f838bad1b3be8ca0c785ee0e0c570dfda74cf377) | proc-sa1100.S (4a1fd556c1f1fbd6d9d6739efec042324732b697) |
---|---|
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 --- 217 unchanged lines hidden (view full) --- 226 */ 227 228/* 229 * SA1100 and SA1110 share the same function calls 230 */ 231 .type sa1100_processor_functions, #object 232ENTRY(sa1100_processor_functions) 233 .word v4_early_abort | 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 --- 217 unchanged lines hidden (view full) --- 226 */ 227 228/* 229 * SA1100 and SA1110 share the same function calls 230 */ 231 .type sa1100_processor_functions, #object 232ENTRY(sa1100_processor_functions) 233 .word v4_early_abort |
234 .word pabort_noifar |
|
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 | 235 .word cpu_sa1100_proc_init 236 .word cpu_sa1100_proc_fin 237 .word cpu_sa1100_reset 238 .word cpu_sa1100_do_idle 239 .word cpu_sa1100_dcache_clean_area 240 .word cpu_sa1100_switch_mm 241 .word cpu_sa1100_set_pte_ext |
241 .word pabort_noifar | |
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 --- | 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 --- |