proc-xscale.S (3bb5da3837cc1aa17736b05139c9a22c3794851a) proc-xscale.S (48d7927bdf071d05cf5d15b816cf06b0937cb84f)
1/*
2 * linux/arch/arm/mm/proc-xscale.S
3 *
4 * Author: Nicolas Pitre
5 * Created: November 2000
6 * Copyright: (C) 2000, 2001 MontaVista Software Inc.
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 520 unchanged lines hidden (view full) ---

529 .word v5t_early_abort
530 .word cpu_xscale_proc_init
531 .word cpu_xscale_proc_fin
532 .word cpu_xscale_reset
533 .word cpu_xscale_do_idle
534 .word cpu_xscale_dcache_clean_area
535 .word cpu_xscale_switch_mm
536 .word cpu_xscale_set_pte_ext
1/*
2 * linux/arch/arm/mm/proc-xscale.S
3 *
4 * Author: Nicolas Pitre
5 * Created: November 2000
6 * Copyright: (C) 2000, 2001 MontaVista Software Inc.
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 520 unchanged lines hidden (view full) ---

529 .word v5t_early_abort
530 .word cpu_xscale_proc_init
531 .word cpu_xscale_proc_fin
532 .word cpu_xscale_reset
533 .word cpu_xscale_do_idle
534 .word cpu_xscale_dcache_clean_area
535 .word cpu_xscale_switch_mm
536 .word cpu_xscale_set_pte_ext
537 .word pabort_noifar
537 .size xscale_processor_functions, . - xscale_processor_functions
538
539 .section ".rodata"
540
541 .type cpu_arch_name, #object
542cpu_arch_name:
543 .asciz "armv5te"
544 .size cpu_arch_name, . - cpu_arch_name

--- 402 unchanged lines hidden ---
538 .size xscale_processor_functions, . - xscale_processor_functions
539
540 .section ".rodata"
541
542 .type cpu_arch_name, #object
543cpu_arch_name:
544 .asciz "armv5te"
545 .size cpu_arch_name, . - cpu_arch_name

--- 402 unchanged lines hidden ---