aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/irq.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-10-13 23:50:38 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-13 23:50:38 -0700
commit256c1df36bbec6530c6f9b5a840cc5e87315c19e (patch)
treea5ee78dc315414ce42e9765f44fdc87e3033fe83 /include/asm-sparc64/irq.h
parent[SPARC64]: Kill ugly __bucket() macro. (diff)
downloadlinux-dev-256c1df36bbec6530c6f9b5a840cc5e87315c19e.tar.xz
linux-dev-256c1df36bbec6530c6f9b5a840cc5e87315c19e.zip
[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/irq.h')
-rw-r--r--include/asm-sparc64/irq.h3
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,
extern void sun4u_destroy_msi(unsigned int virt_irq);
extern unsigned int sbus_build_irq(void *sbus, unsigned int ino);
-extern unsigned char virt_irq_alloc(unsigned long real_irq,
- unsigned int dev_handle,
+extern unsigned char virt_irq_alloc(unsigned int dev_handle,
unsigned int dev_ino);
#ifdef CONFIG_PCI_MSI
extern void virt_irq_free(unsigned int virt_irq);