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:
73bcc76
)
ARM: 6263/1: ns9xxx: fix FTBFS for zImage
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Fri, 23 Jul 2010 09:46:52 +0000
(10:46 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 26 Jul 2010 09:33:07 +0000
(10:33 +0100)
the different putc variants used an initialized local static variable
which is broken since
5de813b (ARM: Eliminate decompressor -Dstatic= PIC hack)
This needs to be initialized at runtime and so needs to be global.
While at it give it a better name.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found