]> rtime.felk.cvut.cz Git - linux-imx.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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 18:09:14 +0000 (11:09 -0700)
commit5a8477871f0b45664eedfa352c3942093408a169
tree2484f791203e02e9c4a7234e1a6f1c6a78e79eaa
parentacdc70839d626fa98417b8905bfa1e88087f3097
parisc: pass through '\t' to early (iodc) console

commit d9b68e5e88248bb24fd4e455588bea1d56108fd6 upstream.

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.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/parisc/kernel/firmware.c