proc-arm7tdmi.S (9cdf083f981b8d37b3212400a359368661385099) | proc-arm7tdmi.S (4a1fd556c1f1fbd6d9d6739efec042324732b697) |
---|---|
1/* 2 * linux/arch/arm/mm/proc-arm7tdmi.S: utility functions for ARM7TDMI 3 * 4 * Copyright (C) 2003-2006 Hyok S. Choi <hyok.choi@samsung.com> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. --- 50 unchanged lines hidden (view full) --- 59 60/* 61 * Purpose : Function pointers used to access above functions - all calls 62 * come through these 63 */ 64 .type arm7tdmi_processor_functions, #object 65ENTRY(arm7tdmi_processor_functions) 66 .word v4t_late_abort | 1/* 2 * linux/arch/arm/mm/proc-arm7tdmi.S: utility functions for ARM7TDMI 3 * 4 * Copyright (C) 2003-2006 Hyok S. Choi <hyok.choi@samsung.com> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. --- 50 unchanged lines hidden (view full) --- 59 60/* 61 * Purpose : Function pointers used to access above functions - all calls 62 * come through these 63 */ 64 .type arm7tdmi_processor_functions, #object 65ENTRY(arm7tdmi_processor_functions) 66 .word v4t_late_abort |
67 .word pabort_noifar |
|
67 .word cpu_arm7tdmi_proc_init 68 .word cpu_arm7tdmi_proc_fin 69 .word cpu_arm7tdmi_reset 70 .word cpu_arm7tdmi_do_idle 71 .word cpu_arm7tdmi_dcache_clean_area 72 .word cpu_arm7tdmi_switch_mm 73 .word 0 @ cpu_*_set_pte 74 .size arm7tdmi_processor_functions, . - arm7tdmi_processor_functions --- 175 unchanged lines hidden --- | 68 .word cpu_arm7tdmi_proc_init 69 .word cpu_arm7tdmi_proc_fin 70 .word cpu_arm7tdmi_reset 71 .word cpu_arm7tdmi_do_idle 72 .word cpu_arm7tdmi_dcache_clean_area 73 .word cpu_arm7tdmi_switch_mm 74 .word 0 @ cpu_*_set_pte 75 .size arm7tdmi_processor_functions, . - arm7tdmi_processor_functions --- 175 unchanged lines hidden --- |