summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/smp.h
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-07-08 23:32:58 +0000
committerfsmp <fsmp@FreeBSD.org>1997-07-08 23:32:58 +0000
commitad60f9a67b534643f9a97a88ca73795e6ea59a6e (patch)
tree3984f188146b323051c526cb504793b49d859437 /sys/i386/include/smp.h
parent46d585214c2d89d5c986427137414f75569ceee7 (diff)
downloadFreeBSD-src-ad60f9a67b534643f9a97a88ca73795e6ea59a6e.zip
FreeBSD-src-ad60f9a67b534643f9a97a88ca73795e6ea59a6e.tar.gz
General cleanup of APIC code.
stop_cpus/restart_cpus STILL not working!
Diffstat (limited to 'sys/i386/include/smp.h')
-rw-r--r--sys/i386/include/smp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h
index a6d164c..c328e59 100644
--- a/sys/i386/include/smp.h
+++ b/sys/i386/include/smp.h
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: smp.h,v 1.5 1997/07/06 23:36:49 smp Exp smp $
+ * $Id: smp.h,v 1.6 1997/07/08 23:29:48 smp Exp smp $
*
*/
@@ -94,7 +94,7 @@ int apic_src_bus_irq __P((int, int));
int apic_int_type __P((int, int));
int apic_trigger __P((int, int));
int apic_polarity __P((int, int));
-void configure_local_apic __P((void));
+void bsp_apic_configure __P((void));
void init_secondary __P((void));
void smp_invltlb __P((void));
int stop_cpus __P((u_int));
@@ -110,7 +110,7 @@ extern volatile ioapic_t *ioapic[];
#endif /* MULTIPLE_IOAPICS */
/* functions in mpapic.c */
-void apic_initialize __P((int));
+void apic_initialize __P((void));
int apic_ipi __P((int, int, int));
int selected_apic_ipi __P((u_int, int, int));
int io_apic_setup __P((int));
OpenPOWER on IntegriCloud