diff options
author | David S. Miller <davem@davemloft.net> | 2006-06-29 17:27:13 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-29 19:37:08 -0400 |
commit | 286bbe87c143ca7ecee5bb499cd78048c5a05d49 (patch) | |
tree | 0bdb16fafa3012160cbe27bd6fc5957f658f485b /arch/sparc64/kernel/pci_psycho.c | |
parent | bf7e8511088963078484132636839b59e25cf14f (diff) |
[SPARC64]: Kill starfire_cookie from SBUS/PCI.
Totally unused.
We need to traverse the list of global IRQ translaters,
so storing it in the per-bus structures was useless.
Signed-off-by: David S. Miller <davem@davemloft.net>
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 |