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

From: Ingo Molnar
Date: Sun Jul 20 2008 - 11:06:26 EST



* Ingo Molnar <mingo@xxxxxxx> wrote:

> 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.

and a similar one for UP lguest.

Ingo

---------------->
commit 7be42004065ce4df193aeef5befd26805267d0d9
Author: Ingo Molnar <mingo@xxxxxxx>
Date: Sun Jul 20 17:04:57 2008 +0200

x86, lguest: fix apic_ops build on UP

fix:

arch/x86/lguest/boot.c:816: error: variable âlguest_basic_apic_opsâ has initializer but incomplete type
arch/x86/lguest/boot.c:817: error: unknown field âreadâ specified in initializer
[...]

Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
---
arch/x86/lguest/boot.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/lguest/boot.c b/arch/x86/lguest/boot.c
index 35c4349..756fc48 100644
--- a/arch/x86/lguest/boot.c
+++ b/arch/x86/lguest/boot.c
@@ -55,6 +55,7 @@
#include <linux/lguest_launcher.h>
#include <linux/virtio_console.h>
#include <linux/pm.h>
+#include <asm/apic.h>
#include <asm/lguest.h>
#include <asm/paravirt.h>
#include <asm/param.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/