]> bbs.cooldavid.org Git - net-next-2.6.git/commit
parisc: pass through '\t' to early (iodc) console
authorKyle McMartin <kyle@mcmartin.ca>
Wed, 4 Aug 2010 00:38:08 +0000 (20:38 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Aug 2010 18:17:10 +0000 (11:17 -0700)
commitd9b68e5e88248bb24fd4e455588bea1d56108fd6
tree94a1a3980fc4a428b2628a8188e24a57ce941dcf
parentf46e9913faeebcb6bd29edf795f12b60acbff171
parisc: pass through '\t' to early (iodc) console

The firmware handles '\t' internally, so stop trying to emulate it
(which, incidentally, had a bug in it.)

Fixes a really weird hang at bootup in rcu_bootup_announce, which,
as far as I can tell, is the first printk in the core kernel to use
a tab as the first character.

Cc: stable@kernel.org
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/parisc/kernel/firmware.c