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

index 426a5b66f7e40a51caaf24932af01b7c36656a24,3d83a71af7d5953ebe6ed060c9255ab1a8e54e3a..2e4928d45a2dd476d89904778df6ac2dbf5e681c
@@@ -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