proc-arm926.S (c1f3ee120bb61045b1c0a3ead620d1d65af47130) | proc-arm926.S (48d7927bdf071d05cf5d15b816cf06b0937cb84f) |
---|---|
1/* 2 * linux/arch/arm/mm/proc-arm926.S: MMU functions for ARM926EJ-S 3 * 4 * Copyright (C) 1999-2001 ARM Limited 5 * Copyright (C) 2000 Deep Blue Solutions Ltd. 6 * hacked for non-paged-MM by Hyok S. Choi, 2003. 7 * 8 * This program is free software; you can redistribute it and/or modify --- 430 unchanged lines hidden (view full) --- 439 .word v5tj_early_abort 440 .word cpu_arm926_proc_init 441 .word cpu_arm926_proc_fin 442 .word cpu_arm926_reset 443 .word cpu_arm926_do_idle 444 .word cpu_arm926_dcache_clean_area 445 .word cpu_arm926_switch_mm 446 .word cpu_arm926_set_pte_ext | 1/* 2 * linux/arch/arm/mm/proc-arm926.S: MMU functions for ARM926EJ-S 3 * 4 * Copyright (C) 1999-2001 ARM Limited 5 * Copyright (C) 2000 Deep Blue Solutions Ltd. 6 * hacked for non-paged-MM by Hyok S. Choi, 2003. 7 * 8 * This program is free software; you can redistribute it and/or modify --- 430 unchanged lines hidden (view full) --- 439 .word v5tj_early_abort 440 .word cpu_arm926_proc_init 441 .word cpu_arm926_proc_fin 442 .word cpu_arm926_reset 443 .word cpu_arm926_do_idle 444 .word cpu_arm926_dcache_clean_area 445 .word cpu_arm926_switch_mm 446 .word cpu_arm926_set_pte_ext |
447 .word pabort_noifar |
|
447 .size arm926_processor_functions, . - arm926_processor_functions 448 449 .section ".rodata" 450 451 .type cpu_arch_name, #object 452cpu_arch_name: 453 .asciz "armv5tej" 454 .size cpu_arch_name, . - cpu_arch_name --- 39 unchanged lines hidden --- | 448 .size arm926_processor_functions, . - arm926_processor_functions 449 450 .section ".rodata" 451 452 .type cpu_arch_name, #object 453cpu_arch_name: 454 .asciz "armv5tej" 455 .size cpu_arch_name, . - cpu_arch_name --- 39 unchanged lines hidden --- |