aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/prom_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/prom_init.c')
-rw-r--r--arch/powerpc/kernel/prom_init.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c
index 6dc33d19fc2a..58f0917bd6b6 100644
--- a/arch/powerpc/kernel/prom_init.c
+++ b/arch/powerpc/kernel/prom_init.c
@@ -2081,8 +2081,13 @@ unsigned long __init prom_init(unsigned long r3, unsigned long r4,
2081 prom_printf("copying OF device tree ...\n"); 2081 prom_printf("copying OF device tree ...\n");
2082 flatten_device_tree(); 2082 flatten_device_tree();
2083 2083
2084 /* in case stdin is USB and still active on IBM machines... */ 2084 /*
2085 prom_close_stdin(); 2085 * in case stdin is USB and still active on IBM machines...
2086 * Unfortunately quiesce crashes on some powermacs if we have
2087 * closed stdin already (in particular the powerbook 101).
2088 */
2089 if (RELOC(of_platform) != PLATFORM_POWERMAC)
2090 prom_close_stdin();
2086 2091
2087 /* 2092 /*
2088 * Call OF "quiesce" method to shut down pending DMA's from 2093 * Call OF "quiesce" method to shut down pending DMA's from