Re: [GIT PULL] x86 fixes

From: Joe Perches
Date: Tue May 31 2011 - 12:35:18 EST


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");


--
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/