Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit caf43bf7 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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: default avatarIngo Molnar <mingo@elte.hu>
parent f586bf7d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -35,6 +35,7 @@
#include <xen/page.h>
#include <xen/page.h>


#include <asm/paravirt.h>
#include <asm/paravirt.h>
#include <asm/apic.h>
#include <asm/page.h>
#include <asm/page.h>
#include <asm/xen/hypercall.h>
#include <asm/xen/hypercall.h>
#include <asm/xen/hypervisor.h>
#include <asm/xen/hypervisor.h>