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:
a7bcf21
)
sh: intc: Fix up initializers for gcc 4.5.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 8 Nov 2010 08:02:26 +0000
(17:02 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 9 Nov 2010 07:38:20 +0000
(16:38 +0900)
The _INTC_ARRAY() initializer presently does a NULL test which blows up
as a non-constant initializer under gcc 4.5. This switches over to a type
test to account for NULL initializers explicitly.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found