Synchronize with sys/i386/i386/machdep.c revision 1.268.

This commit is contained in:
KATO Takenori 1997-10-12 11:58:09 +00:00
parent 06f4477330
commit 38a7ce0beb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30328
2 changed files with 6 additions and 2 deletions

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.57 1997/09/22 12:20:41 kato Exp $
* $Id: machdep.c,v 1.58 1997/09/26 09:47:04 kato Exp $
*/
#include "apm.h"
@ -47,6 +47,7 @@
#include "opt_perfmon.h"
#include "opt_smp.h"
#include "opt_userconfig.h"
#include "opt_vm86.h"
#include <sys/param.h>
#include <sys/systm.h>
@ -105,6 +106,7 @@
#include <machine/cons.h>
#include <machine/bootinfo.h>
#include <machine/md_var.h>
#include <machine/pcb_ext.h> /* pcb.h included via sys/user.h */
#ifdef SMP
#include <machine/smp.h>
#endif

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.57 1997/09/22 12:20:41 kato Exp $
* $Id: machdep.c,v 1.58 1997/09/26 09:47:04 kato Exp $
*/
#include "apm.h"
@ -47,6 +47,7 @@
#include "opt_perfmon.h"
#include "opt_smp.h"
#include "opt_userconfig.h"
#include "opt_vm86.h"
#include <sys/param.h>
#include <sys/systm.h>
@ -105,6 +106,7 @@
#include <machine/cons.h>
#include <machine/bootinfo.h>
#include <machine/md_var.h>
#include <machine/pcb_ext.h> /* pcb.h included via sys/user.h */
#ifdef SMP
#include <machine/smp.h>
#endif