aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-06-13 00:01:04 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-06-13 00:01:04 -0700
commit4a907dec9845001dc2b117a0ed2a2150384a4cea (patch)
tree2c646d9247ebb426e77e4c0f2faaf6d4a6b2bb87 /include
parenta0e1d1d075cc0efe9a3ac8579bce9393d070e09f (diff)
[SPARC64]: Wire up cookie based sun4v interrupt registry.
This will be used for logical domain channel interrupts. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc64/irq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sparc64/irq.h b/include/asm-sparc64/irq.h
index 5d233b42fe1..90781e34a95 100644
--- a/include/asm-sparc64/irq.h
+++ b/include/asm-sparc64/irq.h
@@ -46,6 +46,7 @@ extern void irq_install_pre_handler(int virt_irq,
#define irq_canonicalize(irq) (irq)
extern unsigned int build_irq(int inofixup, unsigned long iclr, unsigned long imap);
extern unsigned int sun4v_build_irq(u32 devhandle, unsigned int devino);
+extern unsigned int sun4v_build_virq(u32 devhandle, unsigned int devino);
extern unsigned int sun4v_build_msi(u32 devhandle, unsigned int *virt_irq_p,
unsigned int msi_devino_start,
unsigned int msi_devino_end);