diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-10-14 02:50:38 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-14 02:50:38 -0400 |
commit | 256c1df36bbec6530c6f9b5a840cc5e87315c19e (patch) | |
tree | a5ee78dc315414ce42e9765f44fdc87e3033fe83 /include/asm-sparc64 | |
parent | 771823007fa2acb15a726e7e1f8502d4f350b1fa (diff) |
[SPARC64]: virt_irq --> bucket mapping no longer necessary
We used to need this to compute virt_irq --> ino, but that
is no longer necessary.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r-- | include/asm-sparc64/irq.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-sparc64/irq.h b/include/asm-sparc64/irq.h index fd34d731d1a9..182dba05c702 100644 --- a/include/asm-sparc64/irq.h +++ b/include/asm-sparc64/irq.h | |||
@@ -59,8 +59,7 @@ extern unsigned int sun4u_build_msi(u32 portid, unsigned int *virt_irq_p, | |||
59 | extern void sun4u_destroy_msi(unsigned int virt_irq); | 59 | extern void sun4u_destroy_msi(unsigned int virt_irq); |
60 | extern unsigned int sbus_build_irq(void *sbus, unsigned int ino); | 60 | extern unsigned int sbus_build_irq(void *sbus, unsigned int ino); |
61 | 61 | ||
62 | extern unsigned char virt_irq_alloc(unsigned long real_irq, | 62 | extern unsigned char virt_irq_alloc(unsigned int dev_handle, |
63 | unsigned int dev_handle, | ||
64 | unsigned int dev_ino); | 63 | unsigned int dev_ino); |
65 | #ifdef CONFIG_PCI_MSI | 64 | #ifdef CONFIG_PCI_MSI |
66 | extern void virt_irq_free(unsigned int virt_irq); | 65 | extern void virt_irq_free(unsigned int virt_irq); |