aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include/smp.h
diff options
context:
space:
mode:
authorNeel Natu <neel@FreeBSD.org>2010-03-11 07:17:14 +0000
committerNeel Natu <neel@FreeBSD.org>2010-03-11 07:17:14 +0000
commit6575ad7619a489afd04b09e1da8e4891512e8a1a (patch)
treea393f3ea754e349a89fe6b9ae09ee09f1b63eacb /sys/mips/include/smp.h
parent8833bb3072c3b3608411f95b8d0973869ff6f380 (diff)
Notes
Diffstat (limited to 'sys/mips/include/smp.h')
-rw-r--r--sys/mips/include/smp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/mips/include/smp.h b/sys/mips/include/smp.h
index 346c863437eb..1cb0596bde90 100644
--- a/sys/mips/include/smp.h
+++ b/sys/mips/include/smp.h
@@ -17,6 +17,8 @@
#ifdef _KERNEL
+#include <machine/pcb.h>
+
/*
* Interprocessor interrupts for SMP.
*/
@@ -31,6 +33,8 @@ void ipi_selected(cpumask_t cpus, int ipi);
void smp_init_secondary(u_int32_t cpuid);
void mpentry(void);
+extern struct pcb stoppcbs[];
+
#endif /* !LOCORE */
#endif /* _KERNEL */