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:
2bfc96a
)
tile: replace some BUG_ON checks with BUILD_BUG_ON checks
author
Akinobu Mita
<akinobu.mita@gmail.com>
Tue, 5 Oct 2010 15:55:29 +0000
(
00:55
+0900)
committer
Chris Metcalf
<cmetcalf@tilera.com>
Tue, 5 Oct 2010 16:49:35 +0000
(12:49 -0400)
Some BUG_ON checks can be detected at compile time rather than
at runtime.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
No differences found