diff options
author | kato <kato@FreeBSD.org> | 1997-05-30 09:59:11 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1997-05-30 09:59:11 +0000 |
commit | f4a833edc36169f84f65cf2f13aca5c64a9820ae (patch) | |
tree | da406389acfd4a4150b60ca1252e89fbba0596f2 /sys/pc98/i386 | |
parent | 37507fd982ff03802813eec34f28b4737d673fec (diff) | |
download | FreeBSD-src-f4a833edc36169f84f65cf2f13aca5c64a9820ae.zip FreeBSD-src-f4a833edc36169f84f65cf2f13aca5c64a9820ae.tar.gz |
Synchronize with sys/i386/i386/trap.c revision 1.96.
Diffstat (limited to 'sys/pc98/i386')
-rw-r--r-- | sys/pc98/i386/trap.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/pc98/i386/trap.c b/sys/pc98/i386/trap.c index bbf50a6..c7a5a0d 100644 --- a/sys/pc98/i386/trap.c +++ b/sys/pc98/i386/trap.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.19 1997/05/05 13:12:52 kato Exp $ + * $Id: trap.c,v 1.20 1997/05/08 09:31:08 kato Exp $ */ /* @@ -44,7 +44,6 @@ #include "opt_ktrace.h" #include "opt_ddb.h" -#include "opt_smp.h" #include <sys/param.h> #include <sys/systm.h> @@ -88,7 +87,7 @@ #include "npx.h" #ifdef SMP -extern struct i386tss *SMPcommon_tss_ptr[NCPU]; +extern struct i386tss *SMPcommon_tss_ptr[]; #else extern struct i386tss common_tss; #endif |