From 331bf60dc916154b2b52672f35eca567300f2b62 Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Fri, 30 May 1997 09:59:11 +0000 Subject: [PATCH] Synchronize with sys/i386/i386/trap.c revision 1.96. --- sys/pc98/i386/trap.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/pc98/i386/trap.c b/sys/pc98/i386/trap.c index bbf50a622ae..c7a5a0d3f13 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 #include @@ -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