Re: [GIT PULL] x86 fixes

From: Borislav Petkov
Date: Tue May 31 2011 - 14:16:57 EST


On Tue, May 31, 2011 at 09:35:09AM -0700, Joe Perches wrote:
> On Tue, 2011-05-31 at 18:30 +0200, Ingo Molnar wrote:
> > diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c
> []
> > @@ -642,7 +642,7 @@ static int __init idle_setup(char *str)
> > boot_option_idle_override = IDLE_POLL;
> > } else if (!strcmp(str, "mwait")) {
> > boot_option_idle_override = IDLE_FORCE_MWAIT;
> > - WARN_ONCE(1, "\idle=mwait\" will be removed in 2012\"\n");
> > + WARN_ONCE(1, "\"idle=mwait\" will be removed in 2012\"\n");
>
> Extra quote at end. More likely you want:
>
> WARN_ONCE(1, "\"idle=mwait\" will be removed in 2012\n");

Crap, there's no fixing this string :)

Reportedly, there's another fix from Len:

lkml.kernel.org/r/20110531101934.2737dc90.sfr@xxxxxxxxxxxxxxxx

which is more complete. Ingo, you could drop this one.

Thanks.

--
Regards/Gruss,
Boris.

Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach
General Managers: Alberto Bozzo, Andrew Bowd
Registration: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/