[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ce0170d90804280052y130c3fa2pbf3f97147f03b159@mail.gmail.com>
Date: Mon, 28 Apr 2008 04:52:11 -0300
From: "Sergio Luis" <sergio@...e.br>
To: "Ingo Molnar" <mingo@...e.hu>
Cc: "Glauber de Oliveira Costa" <gcosta@...hat.com>,
linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
tglx@...utronix.de, ak@...e.de
Subject: Re: [PATCH] build fix for smp
On Wed, Mar 19, 2008 at 4:52 PM, Ingo Molnar <mingo@...e.hu> wrote:
>
> * Glauber de Oliveira Costa <gcosta@...hat.com> wrote:
>
> > +#if defined(CONFIG_X86_64) || defined(CONFIG_X86_BIOS_REBOOT)
> > if (reboot_force)
> > return;
> > +#endif
>
> please solve it slightly differently: introduce a uniformly usable
> reboot_force flag, that will always default to the constant of 1 if
> !X86_64 && !X86_BIOS_REBOOT. That makes the code cleaner - and not the
> least i can also merge the fix earlier in the series, without having to
> redo the big smp.c movement patch :-)
>
> Ingo
>
Hello,
what's the final fix for this issue? 2.6.25-git11 is still broken, just gave me
arch/x86/kernel/built-in.o: In function `native_smp_send_stop':
smp.c:(.text+0xc751): undefined reference to `reboot_force'
make: *** [.tmp_vmlinux1] Error 1
for a randconfig. Same reported at http://lkml.org/lkml/2008/4/27/39
thanks,
-sergio
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists