* Jaswinder Singh Rajput <jaswinderlinux@xxxxxxxxx> wrote: > On Sun, Jan 11, 2009 at 4:42 PM, Rafael J. Wysocki <rjw@xxxxxxx> wrote: > > > > Regressions with patches > > ------------------------ > > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=12428 > > Subject : Build error on latest git > > Submitter : Petr Titera <P.Titera@xxxxxxxxxx> > > Date : 2009-01-11 9:49 (1 days old) > > References : http://marc.info/?l=linux-kernel&m=123166856318712&w=4 > > Handled-By : Petr Titera <P.Titera@xxxxxxxxxx> > > Patch : http://marc.info/?l=linux-kernel&m=123167509024996&w=4 > > This is a wrong fix, asm/smp.h should only be included when CONFIG_SMP > is defined. > > I am still in the process of cleaning non-smp data from asm/smp.h for > x86 > > Attach patch is the solution for the time being > > Ingo, can you please put this in urgent queue. yes, it already is - see below. Ingo -----------------> >From 8b5a33599c541cf5bf66304343d08ff2795d038b Mon Sep 17 00:00:00 2001 From: Jaswinder Singh Rajput <jaswinder@xxxxxxxxxxxxx> Date: Sun, 11 Jan 2009 18:38:55 +0530 Subject: [PATCH] x86: fix mpparse.c build error on latest git Fix this by reintroducing asm/smp.h include in mpparse.c - later on I will fix this by removing non-smp data from smp.h. Reported-by: Petr Titera <P.Titera@xxxxxxxxxx> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@xxxxxxxxx> Signed-off-by: Ingo Molnar <mingo@xxxxxxx> --- arch/x86/kernel/mpparse.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index c0601c2..a649a4c 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c @@ -27,6 +27,7 @@ #include <asm/e820.h> #include <asm/trampoline.h> #include <asm/setup.h> +#include <asm/smp.h> #include <mach_apic.h> #ifdef CONFIG_X86_32 _______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm