git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e9191d
)
powerpc: Fix crash in early boot on some powermacs
author
Paul Mackerras
<paulus@samba.org>
Tue, 8 Nov 2005 11:48:08 +0000
(22:48 +1100)
committer
Paul 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