diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-20 08:06:50 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-20 08:05:31 -0400 |
commit | caf43bf7c6a55e89b6df5179df434d67e24aa32e (patch) | |
tree | 8f1763ab920c443b657059c27e8ca0c5d0240f18 /arch/x86/xen | |
parent | f586bf7df9acc26b68b0feefc0dd32fa63516d3a (diff) |
x86, xen: fix apic_ops build on UP
fix:
arch/x86/xen/enlighten.c:615: error: variable ‘xen_basic_apic_ops’ has initializer but incomplete type
arch/x86/xen/enlighten.c:616: error: unknown field ‘read’ specified in initializer
[...]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/xen')
-rw-r--r-- | arch/x86/xen/enlighten.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 008b7b69581e..e4d1459a63df 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -35,6 +35,7 @@ | |||
35 | #include <xen/page.h> | 35 | #include <xen/page.h> |
36 | 36 | ||
37 | #include <asm/paravirt.h> | 37 | #include <asm/paravirt.h> |
38 | #include <asm/apic.h> | ||
38 | #include <asm/page.h> | 39 | #include <asm/page.h> |
39 | #include <asm/xen/hypercall.h> | 40 | #include <asm/xen/hypercall.h> |
40 | #include <asm/xen/hypervisor.h> | 41 | #include <asm/xen/hypervisor.h> |