fix WARN() for PPC
authorArjan van de Ven <arjan@linux.intel.com>
Mon, 20 Oct 2008 21:41:03 +0000 (14:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Oct 2008 22:29:57 +0000 (15:29 -0700)
commitf6f286f33e843862c559bfea9281318c4cdec6b0
treee03836de9b23d76994365657af06a8465db7acea
parent5f41b8cdc6ef33b3432cee36264d628a80398362
fix WARN() for PPC

powerpc doesn't use the generic WARN_ON infrastructure.  The newly
introduced WARN() as a result didn't print the message, this patch adds
the printk for this specific case.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-generic/bug.h