git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fdc9f5
)
powerpc: Use WARN_ON(1) instead of __WARN()
author
Michael Ellerman
<michael@ellerman.id.au>
Thu, 17 Jul 2008 04:46:00 +0000
(14:46 +1000)
committer
Benjamin 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