[PATCH] powerpc: HVC init race
authorMichael Neuling <mikey@neuling.org>
Sat, 25 Mar 2006 06:30:00 +0000 (17:30 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 27 Mar 2006 03:49:48 +0000 (14:49 +1100)
commit55aab8cd3a498201b769a19de861c77516bdfd45
tree1d05000e49324876872bb8e9deb0359379674616
parent1f5e3b028c5b592b5a792a390c78d609219aebfd
[PATCH] powerpc: HVC init race

I've been hitting a crash on boot where tty_open is being called before the
hvc console driver setup is complete.  This fixes the problem.

Thanks to benh for his help on this.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Acked-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/char/hvc_console.c