Re: [PATCH] x86: APIC: Remove apic_write_around(); use alternatives

From: Ingo Molnar
Date: Sun Jul 20 2008 - 08:08:52 EST



i've merged tip/x86/x2apic into tip/master, and it seems to be working
fine. One UP build fix was needed for Xen, see below.

Ingo

-------------------------->
commit caf43bf7c6a55e89b6df5179df434d67e24aa32e
Author: Ingo Molnar <mingo@xxxxxxx>
Date: Sun Jul 20 14:06:50 2008 +0200

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@xxxxxxx>
---
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 008b7b6..e4d1459 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -35,6 +35,7 @@
#include <xen/page.h>

#include <asm/paravirt.h>
+#include <asm/apic.h>
#include <asm/page.h>
#include <asm/xen/hypercall.h>
#include <asm/xen/hypervisor.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/