diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 4456e42e454..663fadbe598 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.250 1997/06/22 15:47:07 peter Exp $ + * $Id: machdep.c,v 1.251 1997/06/22 16:03:10 peter Exp $ */ #include "apm.h" @@ -114,7 +114,6 @@ #include #ifdef SMP #include -#include /** LATE_START */ #endif #ifdef PERFMON #include @@ -777,7 +776,7 @@ SYSCTL_INT(_machdep, CPU_WALLCLOCK, wall_cmos_clock, int currentldt; int _default_ldt; #ifdef SMP -union descriptor gdt[NGDT + NCPU]; /* global descriptor table */ +union descriptor gdt[NGDT + NCPU]; /* global descriptor table */ #else union descriptor gdt[NGDT]; /* global descriptor table */ #endif diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 4456e42e454..663fadbe598 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.250 1997/06/22 15:47:07 peter Exp $ + * $Id: machdep.c,v 1.251 1997/06/22 16:03:10 peter Exp $ */ #include "apm.h" @@ -114,7 +114,6 @@ #include #ifdef SMP #include -#include /** LATE_START */ #endif #ifdef PERFMON #include @@ -777,7 +776,7 @@ SYSCTL_INT(_machdep, CPU_WALLCLOCK, wall_cmos_clock, int currentldt; int _default_ldt; #ifdef SMP -union descriptor gdt[NGDT + NCPU]; /* global descriptor table */ +union descriptor gdt[NGDT + NCPU]; /* global descriptor table */ #else union descriptor gdt[NGDT]; /* global descriptor table */ #endif