diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-10 03:10:54 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-11 20:57:45 -0400 |
commit | f255f0dd1b4ef7af0e48f5603d1f27ee4bad5848 (patch) | |
tree | 93d93a62b5d3604efbc60666c14e35c90600c237 /arch/powerpc/platforms/iseries | |
parent | f696012330a67a60a9822ed48d1e9ecba73b4f18 (diff) |
powerpc: pci_dn's should point to their device_node's
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/powerpc/platforms/iseries')
-rw-r--r-- | arch/powerpc/platforms/iseries/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/iseries/pci.c b/arch/powerpc/platforms/iseries/pci.c index 46879d7de925..f79c5982446b 100644 --- a/arch/powerpc/platforms/iseries/pci.c +++ b/arch/powerpc/platforms/iseries/pci.c | |||
@@ -220,6 +220,7 @@ static struct device_node *build_device_node(HvBusNumber Bus, | |||
220 | return NULL; | 220 | return NULL; |
221 | } | 221 | } |
222 | node->data = pdn; | 222 | node->data = pdn; |
223 | pdn->node = node; | ||
223 | list_add_tail(&pdn->Device_List, &iSeries_Global_Device_List); | 224 | list_add_tail(&pdn->Device_List, &iSeries_Global_Device_List); |
224 | #if 0 | 225 | #if 0 |
225 | pdn->DsaAddr = ((u64)Bus << 48) + ((u64)SubBus << 40) + ((u64)0x10 << 32); | 226 | pdn->DsaAddr = ((u64)Bus << 48) + ((u64)SubBus << 40) + ((u64)0x10 << 32); |