Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13689
b: refs/heads/master
c: 3825ac0
h: refs/heads/master
i:
  13687: 28a6f55
v: v3
  • Loading branch information
Paul Mackerras committed Nov 8, 2005
1 parent f68d7e9 commit 9ad1adf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e9191daf643255c24893427f966795e4167ca2c
refs/heads/master: 3825ac0ee66b50cb0208ee74796fe65f3040e67c
9 changes: 7 additions & 2 deletions trunk/arch/powerpc/kernel/prom_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -2081,8 +2081,13 @@ unsigned long __init prom_init(unsigned long r3, unsigned long r4,
prom_printf("copying OF device tree ...\n");
flatten_device_tree();

/* in case stdin is USB and still active on IBM machines... */
prom_close_stdin();
/*
* in case stdin is USB and still active on IBM machines...
* Unfortunately quiesce crashes on some powermacs if we have
* closed stdin already (in particular the powerbook 101).
*/
if (RELOC(of_platform) != PLATFORM_POWERMAC)
prom_close_stdin();

/*
* Call OF "quiesce" method to shut down pending DMA's from
Expand Down

0 comments on commit 9ad1adf

Please sign in to comment.