commit | 51aa87beb9dff42ccc3612811e83d1ad98141e0b | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Fri Jul 23 10:46:52 2010 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jul 26 10:33:07 2010 +0100 |
tree | 0c0fe41517d37b984fc2e71b6b7218702f32b0c2 | |
parent | 73bcc76aeee6afb21471ad9ec33341c7452b4d6f [diff] |
ARM: 6263/1: ns9xxx: fix FTBFS for zImage 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>