powerpc: Fix crash in early boot on some powermacs
authorPaul Mackerras <paulus@samba.org>
Tue, 8 Nov 2005 11:48:08 +0000 (22:48 +1100)
committerPaul Mackerras <paulus@samba.org>
Tue, 8 Nov 2005 11:48:08 +0000 (22:48 +1100)
Some powermac machines were crashing in the quiesce firmware call
in prom_init.c because we have just closed the OF stdin device;
notably my 1999 G3 powerbook does this.  To avoid this, don't
close the OF stdin device on powermacs.

Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found