From: Arjan van de Ven Date: Tue, 8 Jul 2008 16:51:56 +0000 (-0700) Subject: x86: use WARN() in arch/x86/kernel X-Git-Tag: v2.6.27-rc5~50^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bde78a79a6eb015f33aa4660df1b06f5135def20;p=pandora-kernel.git x86: use WARN() in arch/x86/kernel Use WARN() instead of a printk+WARN_ON() pair; this way the message becomes part of the warning section for better reporting/collection. This also allowed the folding of some if()'s into the WARN() Signed-off-by: Arjan van de Ven Cc: akpm@linux-foundation.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed