mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Removed '#include <machine/smptests.h>' line, no longer needed.
This commit is contained in:
parent
59e3ff8177
commit
0eb9918b17
2 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue