x86 idle: Fix mwait deprecation warning message
authorBorislav Petkov <bp@alien8.de>
Mon, 30 May 2011 09:38:06 +0000 (11:38 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 30 May 2011 11:02:04 +0000 (13:02 +0200)
commit598e887d8b01655780c81cc86a9e7820ed091580
treee4b310f5c6b3c882f86ae4174fd08dfe6803c317
parent55922c9d1b84b89cb946c777fddccb3247e7df2c
x86 idle: Fix mwait deprecation warning message

Fix:

  arch/x86/kernel/process.c:645:1: warning: unknown escape sequence '\i'

due to missing escape backslash, introduced by this commit:

  5d4c47e0195b: x86 idle: deprecate mwait_idle() and "idle=mwait" cmdline param

Signed-off-by: Borislav Petkov <bp@alien8.de>
Cc: Len Brown <len.brown@intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/r/1306748286-24701-1-git-send-email-bp@alien8.de
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/process.c