summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/smp.h
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-07-13 01:15:30 +0000
committerfsmp <fsmp@FreeBSD.org>1997-07-13 01:15:30 +0000
commit623a2c46bdefceb136efa83aba4c793ee5a9393b (patch)
treedc3bde224e16ea73c2dc5b195e4e97bcb94ff4fb /sys/i386/include/smp.h
parent6199fe70f17b899f7a78c8e13cc3b487f88cf416 (diff)
downloadFreeBSD-src-623a2c46bdefceb136efa83aba4c793ee5a9393b.zip
FreeBSD-src-623a2c46bdefceb136efa83aba4c793ee5a9393b.tar.gz
Many new test defines, including:
- TEST_CPUSTOP adds stop_cpus()/restart_cpus(), OFF by default - TEST_ALTTIMER new method for attaching 8259 PIC to APIC this method avoids 'ExtInt' programming, ON by default - TIMER_ALL sends 8259/8254 timer INTs to all CPUs, ON by default - ASMPOSTCODExxx code to display bytes to POST hardware, OFF by default
Diffstat (limited to 'sys/i386/include/smp.h')
-rw-r--r--sys/i386/include/smp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h
index c328e59..3fc9768 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.6 1997/07/08 23:29:48 smp Exp smp $
+ * $Id: smp.h,v 1.7 1997/07/13 00:26:07 smp Exp smp $
*
*/
@@ -110,6 +110,7 @@ extern volatile ioapic_t *ioapic[];
#endif /* MULTIPLE_IOAPICS */
/* functions in mpapic.c */
+void apic_dump __P((void));
void apic_initialize __P((void));
int apic_ipi __P((int, int, int));
int selected_apic_ipi __P((u_int, int, int));
OpenPOWER on IntegriCloud