powerpc: Use WARN_ON(1) instead of __WARN()
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 17 Jul 2008 04:46:00 +0000 (14:46 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 22 Jul 2008 00:39:34 +0000 (10:39 +1000)
__WARN() is not defined for all configs, use WARN_ON(1) instead.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found