proc-arm9tdmi.S (f632265d0ffb5acf331252d98c64939849d96bb2) proc-arm9tdmi.S (5085f3ff458521045f7e43da62b8c30ea7df2e82)
1/*
2 * linux/arch/arm/mm/proc-arm9tdmi.S: utility functions for ARM9TDMI
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.

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

41/*
42 * Function: cpu_arm9tdmi_reset(loc)
43 * Params : loc(r0) address to jump to
44 * Purpose : Sets up everything for a reset and jump to the location for soft reset.
45 */
46ENTRY(cpu_arm9tdmi_reset)
47 mov pc, r0
48
1/*
2 * linux/arch/arm/mm/proc-arm9tdmi.S: utility functions for ARM9TDMI
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.

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

41/*
42 * Function: cpu_arm9tdmi_reset(loc)
43 * Params : loc(r0) address to jump to
44 * Purpose : Sets up everything for a reset and jump to the location for soft reset.
45 */
46ENTRY(cpu_arm9tdmi_reset)
47 mov pc, r0
48
49 __INIT
49 __CPUINIT
50
51 .type __arm9tdmi_setup, #function
52__arm9tdmi_setup:
53 mov pc, lr
54 .size __arm9tdmi_setup, . - __arm9tdmi_setup
55
56 __INITDATA
57

--- 76 unchanged lines hidden ---
50
51 .type __arm9tdmi_setup, #function
52__arm9tdmi_setup:
53 mov pc, lr
54 .size __arm9tdmi_setup, . - __arm9tdmi_setup
55
56 __INITDATA
57

--- 76 unchanged lines hidden ---