summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
diff options
context:
space:
mode:
authorroyger <royger@FreeBSD.org>2014-04-04 14:54:54 +0000
committerroyger <royger@FreeBSD.org>2014-04-04 14:54:54 +0000
commit382b727d121cbeff12dbc714df3a87f09f488862 (patch)
treec5cac117c2ab4fbab4faa253474ec94ef4dca085 /sys/i386/include
parentd7785b5ded2bde054f92db763f087b9e79a24cb1 (diff)
downloadFreeBSD-src-382b727d121cbeff12dbc714df3a87f09f488862.zip
FreeBSD-src-382b727d121cbeff12dbc714df3a87f09f488862.tar.gz
MFC r263001
Move asm IPIs handlers to C code, so both Xen and native IPI handlers share the same code. Approved by: gibbs Sponsored by: Citrix Systems R&D
Diffstat (limited to 'sys/i386/include')
-rw-r--r--sys/i386/include/smp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h
index 43dad10..a0936e9 100644
--- a/sys/i386/include/smp.h
+++ b/sys/i386/include/smp.h
@@ -63,6 +63,10 @@ void cpustop_handler(void);
#ifndef XEN
void cpususpend_handler(void);
#endif
+void invltlb_handler(void);
+void invlpg_handler(void);
+void invlrng_handler(void);
+void invlcache_handler(void);
void init_secondary(void);
void ipi_startup(int apic_id, int vector);
void ipi_all_but_self(u_int ipi);
OpenPOWER on IntegriCloud