1 #ifndef __ASM_MACH_WAKECPU_H 2 #define __ASM_MACH_WAKECPU_H 3 4 /* 5 * This file copes with machines that wakeup secondary CPUs by the 6 * INIT, INIT, STARTUP sequence. 7 */ 8 9 #define TRAMPOLINE_LOW maddr_to_virt(0x467) 10 #define TRAMPOLINE_HIGH maddr_to_virt(0x469) 11 12 #endif /* __ASM_MACH_WAKECPU_H */ 13