diff options
Diffstat (limited to 'arch/sparc64/kernel/pci_psycho.c')
-rw-r--r-- | arch/sparc64/kernel/pci_psycho.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/sparc64/kernel/pci_psycho.c b/arch/sparc64/kernel/pci_psycho.c index 5b2261ebda6f..1cb63346f093 100644 --- a/arch/sparc64/kernel/pci_psycho.c +++ b/arch/sparc64/kernel/pci_psycho.c | |||
@@ -1171,9 +1171,7 @@ static void psycho_iommu_init(struct pci_controller_info *p) | |||
1171 | 1171 | ||
1172 | /* If necessary, hook us up for starfire IRQ translations. */ | 1172 | /* If necessary, hook us up for starfire IRQ translations. */ |
1173 | if (this_is_starfire) | 1173 | if (this_is_starfire) |
1174 | p->starfire_cookie = starfire_hookup(p->pbm_A.portid); | 1174 | starfire_hookup(p->pbm_A.portid); |
1175 | else | ||
1176 | p->starfire_cookie = NULL; | ||
1177 | } | 1175 | } |
1178 | 1176 | ||
1179 | #define PSYCHO_IRQ_RETRY 0x1a00UL | 1177 | #define PSYCHO_IRQ_RETRY 0x1a00UL |