aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/smp.h
diff options
context:
space:
mode:
authorSteve Passe <fsmp@FreeBSD.org>1997-07-13 01:15:30 +0000
committerSteve Passe <fsmp@FreeBSD.org>1997-07-13 01:15:30 +0000
commitc5f838abdba7befb30fee55f8930a1c79291836d (patch)
tree59651c635fb71c93ed20020f783cd3c739e033f1 /sys/amd64/include/smp.h
parent409ba536dccdda2cf58d25395ef2653ef7a5dc29 (diff)
Notes
Diffstat (limited to 'sys/amd64/include/smp.h')
-rw-r--r--sys/amd64/include/smp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h
index c328e5930ae3..3fc97680f15f 100644
--- a/sys/amd64/include/smp.h
+++ b/sys/amd64/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));