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)
commit1856c020402f602b2bd26bcc9b77250304565b7e
treeb9a1125f81f08d781442d1d6255b7b2c8d4248b0
parent6fdc9f5076e0f6018e1d9250c6673f812b556d90
powerpc: Use WARN_ON(1) instead of __WARN()

__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>
arch/powerpc/lib/feature-fixups.c