x86: use WARN() in arch/x86/kernel
authorArjan van de Ven <arjan@linux.intel.com>
Tue, 8 Jul 2008 16:51:56 +0000 (09:51 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 21 Aug 2008 08:01:52 +0000 (10:01 +0200)
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 <arjan@linux.intel.com>
Cc: akpm@linux-foundation.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found