diff options
| author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-03-13 10:15:35 +1100 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-03-13 10:15:35 +1100 |
| commit | aba0eb84c87928992c021d33ef3ea59c931086b9 (patch) | |
| tree | bdc323efc6773d0dcce4406ca275e9192eabb9b2 /arch/powerpc/kernel/rtas_pci.c | |
| parent | 7230c5644188cd9e3fb380cc97dde00c464a3ba7 (diff) | |
| parent | 3780444c4fcec28c96ab7002858bb051215a5fc1 (diff) | |
Merge branch 'eeh' into next
Diffstat (limited to 'arch/powerpc/kernel/rtas_pci.c')
| -rw-r--r-- | arch/powerpc/kernel/rtas_pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/rtas_pci.c b/arch/powerpc/kernel/rtas_pci.c index 6cd8f0196b6..517bd86bc3f 100644 --- a/arch/powerpc/kernel/rtas_pci.c +++ b/arch/powerpc/kernel/rtas_pci.c @@ -275,6 +275,9 @@ void __init find_and_init_phbs(void) of_node_put(root); pci_devs_phb_init(); + /* Create EEH devices for all PHBs */ + eeh_dev_phb_init(); + /* * pci_probe_only and pci_assign_all_buses can be set via properties * in chosen. |
