aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/mach-default/mach_wakecpu.h
blob: 32555e1022197bf4ee7ed961117476e2e08691c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __ASM_MACH_WAKECPU_H
#define __ASM_MACH_WAKECPU_H

/* 
 * This file copes with machines that wakeup secondary CPUs by the
 * INIT, INIT, STARTUP sequence.
 */

#define TRAMPOLINE_LOW maddr_to_virt(0x467)
#define TRAMPOLINE_HIGH maddr_to_virt(0x469)

#endif /* __ASM_MACH_WAKECPU_H */