From 0eb9918b174ded54017b439fd128ec5146a2dca2 Mon Sep 17 00:00:00 2001 From: Steve Passe Date: Fri, 27 Jun 1997 18:29:55 +0000 Subject: [PATCH] Removed '#include ' line, no longer needed. --- sys/amd64/amd64/machdep.c | 5 ++--- sys/i386/i386/machdep.c | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) 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