summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/smp.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-05-07 19:53:20 +0000
committerpeter <peter@FreeBSD.org>1997-05-07 19:53:20 +0000
commitd4d54ff9b27bd077c6588191302e6aee8befd945 (patch)
tree2f28e04aca17ffbe95b0e27cd07aa4328f3f67d5 /sys/i386/include/smp.h
parentba911fbf391fdcce6bc88c01001c16b8761bb14b (diff)
downloadFreeBSD-src-d4d54ff9b27bd077c6588191302e6aee8befd945.zip
FreeBSD-src-d4d54ff9b27bd077c6588191302e6aee8befd945.tar.gz
remove #include "opt_smp.h"
remove declarations for the SMPcurproc[NCPU] etc arrays. There was no need to mention NCPU there, and they've been moved to their normal home.
Diffstat (limited to 'sys/i386/include/smp.h')
-rw-r--r--sys/i386/include/smp.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h
index a609ae2..d8212c7 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/05/05 22:56:37 fsmp Exp $
+ * $Id: smp.h,v 1.7 1997/05/06 21:29:57 fsmp Exp $
*
*/
@@ -15,8 +15,6 @@
#ifdef KERNEL
-#include "opt_smp.h"
-
#if defined(SMP) && !defined(APIC_IO)
# error APIC_IO required for SMP, add "options APIC_IO" to your config file.
#endif /* SMP && NCPU */
@@ -42,9 +40,6 @@ void rel_mplock __P((void));
void try_mplock __P((void));
/* global data in mp_machdep.c */
-extern struct proc* SMPcurproc[NCPU];
-extern struct pcb* SMPcurpcb[NCPU];
-extern struct timeval SMPruntime[NCPU];
extern int mp_ncpus;
extern int mp_naps;
extern int mp_nbusses;
OpenPOWER on IntegriCloud