summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/smp.h
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2012-06-12 00:14:54 +0000
committeriwasaki <iwasaki@FreeBSD.org>2012-06-12 00:14:54 +0000
commitfb4fac5af865cb1696d7d1848144bb8828d5413d (patch)
treeb4bc50a468c27bb3d3f0231d358d35b67654fc06 /sys/i386/include/smp.h
parentfd7780e6f70b54ef9bdd13b86e93835ea4c339fc (diff)
downloadFreeBSD-src-fb4fac5af865cb1696d7d1848144bb8828d5413d.zip
FreeBSD-src-fb4fac5af865cb1696d7d1848144bb8828d5413d.tar.gz
Share IPI init and startup code of mp_machdep.c with acpi_wakeup.c
as ipi_startup().
Diffstat (limited to 'sys/i386/include/smp.h')
-rw-r--r--sys/i386/include/smp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h
index 1be3dcf..7c11820 100644
--- a/sys/i386/include/smp.h
+++ b/sys/i386/include/smp.h
@@ -64,6 +64,7 @@ void cpustop_handler(void);
void cpususpend_handler(void);
#endif
void init_secondary(void);
+void ipi_startup(int apic_id, int vector);
void ipi_all_but_self(u_int ipi);
#ifndef XEN
void ipi_bitmap_handler(struct trapframe frame);
OpenPOWER on IntegriCloud