* 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) --
| hooanon05 | [PATCH 67/67] merge aufs |
| Greg Kroah-Hartman | [PATCH 008/196] Chinese: add translation of volatile-considered-harmful.txt |
| monstr | [PATCH 33/52] [microblaze] bug headers files |
| Oliver Pinter | Re: x86: 4kstacks default |
git: | |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| David Miller | [GIT]: Networking |
| Natalie Protasevich | [BUG] New Kernel Bugs |
