Re: arch/x86/kernel/test_nx.c compile error

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Adrian Bunk <bunk@...>
Cc: Arjan van de Ven <arjan@...>, Thomas Gleixner <tglx@...>, <hpa@...>, <linux-kernel@...>
Date: Wednesday, January 30, 2008 - 2:44 pm

* Ingo Molnar <mingo@elte.hu> wrote:


uhm, the one below instead.

	Ingo

------------>
Subject: x86: fix arch/x86/kernel/test_nx.c modular build bug
From: Ingo Molnar <mingo@elte.hu>

fix this modular build bug:


Reported-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 arch/x86/kernel/test_nx.c |    5 +++++
 1 file changed, 5 insertions(+)

Index: linux-x86.q/arch/x86/kernel/test_nx.c
===================================================================
--- linux-x86.q.orig/arch/x86/kernel/test_nx.c
+++ linux-x86.q/arch/x86/kernel/test_nx.c
@@ -91,8 +91,13 @@ static noinline int test_address(void *a
 		".previous\n"
 		".section __ex_table,\"a\"\n"
 		"       .align 8\n"
+#ifdef CONFIG_X86_32
+		"	.long 0b\n"
+		"	.long 2b\n"
+#endif
 		"	.quad 0b\n"
 		"	.quad 2b\n"
+#else
 		".previous\n"
 		: [rslt] "=r" (result)
 		: [fake_code] "r" (address), [zero] "r" (0UL), "0" (result)
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
arch/x86/kernel/test_nx.c compile error, Adrian Bunk, (Wed Jan 30, 2:25 pm)
Re: arch/x86/kernel/test_nx.c compile error, Ingo Molnar, (Wed Jan 30, 2:42 pm)
Re: arch/x86/kernel/test_nx.c compile error, Ingo Molnar, (Wed Jan 30, 2:44 pm)
Re: arch/x86/kernel/test_nx.c compile error, H. Peter Anvin, (Wed Jan 30, 3:06 pm)
Re: arch/x86/kernel/test_nx.c compile error, Adrian Bunk, (Wed Jan 30, 3:00 pm)
Re: arch/x86/kernel/test_nx.c compile error, Ingo Molnar, (Wed Jan 30, 3:08 pm)
Re: arch/x86/kernel/test_nx.c compile error, Ingo Molnar, (Wed Jan 30, 2:59 pm)