]> git.karo-electronics.de Git - karo-tx-linux.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 17:54:07 +0000 (10:54 -0700)
commitb2a9b4fad3a3798dd405adbfa1efc85ac8eeed6a
treea36692b949a0cf5a97c9b820dc8f92650695e7b3
parent472d843193788d526b147fe547b7ec76780ea727
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