[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1306859709.20175.27.camel@Joe-Laptop>
Date: Tue, 31 May 2011 09:35:09 -0700
From: Joe Perches <joe@...ches.com>
To: Ingo Molnar <mingo@...e.hu>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [GIT PULL] x86 fixes
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@...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