aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKip Macy <kmacy@FreeBSD.org>2008-09-25 07:09:50 +0000
committerKip Macy <kmacy@FreeBSD.org>2008-09-25 07:09:50 +0000
commit036dc2385dc48ebf4014c2ebd3f937fed04730c9 (patch)
treec3beb8be3cbe800a54d148463e0b47b588ba592a
parentdec9f63538fb14f48e6f2746b2fae03ef7666802 (diff)
downloadsrc-036dc2385dc48ebf4014c2ebd3f937fed04730c9.tar.gz
src-036dc2385dc48ebf4014c2ebd3f937fed04730c9.zip
add ipi mapping
MFC after: 1 month
Notes
Notes: svn path=/head/; revision=183344
-rw-r--r--sys/i386/include/smp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h
index acfd14a3ff54..99051779fe79 100644
--- a/sys/i386/include/smp.h
+++ b/sys/i386/include/smp.h
@@ -83,7 +83,9 @@ void smp_masked_invltlb(u_int mask);
#ifdef STOP_NMI
int ipi_nmi_handler(void);
#endif
-
+#ifdef XEN
+void ipi_to_irq_init(void);
+#endif
#endif /* !LOCORE */
#endif /* SMP */