Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 May 2011 17:07:22 +0000 (02:07 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 May 2011 17:07:22 +0000 (02:07 +0900)
* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  x86: Fix mwait_play_dead() faulting on mwait-incapable cpus
  x86 idle: Fix mwait deprecation warning message

Evil merge to remove extra quote noticed by Joe Perches

1  2 
arch/x86/kernel/process.c

@@@ -642,7 -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");
++              WARN_ONCE(1, "\"idle=mwait\" will be removed in 2012\n");
        } else if (!strcmp(str, "halt")) {
                /*
                 * When the boot option of idle=halt is added, halt is