lkml.org 
[lkml]   [2011]   [May]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [GIT PULL] x86 fixes
From
Date
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");




\
 
 \ /
  Last update: 2011-05-31 18:37    [W:0.119 / U:0.420 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site