Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42206
b: refs/heads/master
c: 57744ea
h: refs/heads/master
v: v3
  • Loading branch information
Geoff Levand authored and Paul Mackerras committed Nov 13, 2006
1 parent 1ff34ab commit 23b4872
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: fc9e8b4e275b6882cb537154c8fc7cde3692eea0
refs/heads/master: 57744ea95edd340d7140852ce86c743df2cd588c
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/kernel/setup_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@ void __init setup_system(void)
* setting up the hash table pointers. It also sets up some interrupt-mapping
* related options that will be used by finish_device_tree()
*/
ppc_md.init_early();
if (ppc_md.init_early)
ppc_md.init_early();

/*
* We can discover serial ports now since the above did setup the
Expand Down

0 comments on commit 23b4872

Please sign in to comment.