Removed '#include <machine/smptests.h>' line, no longer needed.

This commit is contained in:
Steve Passe 1997-06-27 18:29:55 +00:00
parent 59e3ff8177
commit 0eb9918b17
2 changed files with 4 additions and 6 deletions

View file

@ -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 <machine/md_var.h>
#ifdef SMP
#include <machine/smp.h>
#include <machine/smptests.h> /** LATE_START */
#endif
#ifdef PERFMON
#include <machine/perfmon.h>
@ -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

View file

@ -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 <machine/md_var.h>
#ifdef SMP
#include <machine/smp.h>
#include <machine/smptests.h> /** LATE_START */
#endif
#ifdef PERFMON
#include <machine/perfmon.h>
@ -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