[patchlet] Re: [Git pull] x86 updates

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Thomas Gleixner <tglx@...>
Cc: Linus Torvalds <torvalds@...>, LKML <linux-kernel@...>, Ingo Molnar <mingo@...>, H. Peter Anvin <hpa@...>
Date: Wednesday, October 24, 2007 - 12:32 am

On Tue, 2007-10-23 at 23:02 +0200, Thomas Gleixner wrote:

X86_32 build fix to commit 62a31a03b3d2a9d20e7a073e2cd9b27bfb7d6a3f

Signed-off-by: Mike Galbraith <efault@gmx.de>

diff --git a/arch/x86/kernel/crash.c b/arch/x86/kernel/crash.c
index af0253f..8bb482f 100644
--- a/arch/x86/kernel/crash.c
+++ b/arch/x86/kernel/crash.c
@@ -25,7 +25,7 @@
 #include <linux/kdebug.h>
 #include <asm/smp.h>
 
-#ifdef X86_32
+#ifdef CONFIG_X86_32
 #include <mach_ipi.h>
 #else
 #include <asm/mach_apic.h>
@@ -41,7 +41,7 @@ static int crash_nmi_callback(struct notifier_block *self,
 			unsigned long val, void *data)
 {
 	struct pt_regs *regs;
-#ifdef X86_32
+#ifdef CONFIG_X86_32
 	struct pt_regs fixed_regs;
 #endif
 	int cpu;
@@ -60,7 +60,7 @@ static int crash_nmi_callback(struct notifier_block *self,
 		return NOTIFY_STOP;
 	local_irq_disable();
 
-#ifdef X86_32
+#ifdef CONFIG_X86_32
 	if (!user_mode_vm(regs)) {
 		crash_fixup_ss_esp(&fixed_regs, regs);
 		regs = &fixed_regs;


-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[Git pull] x86 updates, Thomas Gleixner, (Tue Oct 23, 5:02 pm)
[patchlet] Re: [Git pull] x86 updates, Mike Galbraith, (Wed Oct 24, 12:32 am)
Re: [patchlet] Re: [Git pull] x86 updates, Hiroshi Shimamoto, (Wed Oct 24, 11:51 am)
Re: [patchlet] Re: [Git pull] x86 updates, Ingo Molnar, (Wed Oct 24, 3:02 am)
Re: [patchlet] Re: [Git pull] x86 updates, Ingo Molnar, (Wed Oct 24, 3:17 am)
Re: [patchlet] Re: [Git pull] x86 updates, Mike Galbraith, (Wed Oct 24, 3:39 am)