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

This commit is contained in:
KATO Takenori 1997-05-23 10:17:05 +00:00
parent be03094652
commit a52949433c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26059
2 changed files with 2 additions and 14 deletions

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.39 1997/05/08 09:34:16 kato Exp $
* $Id: machdep.c,v 1.40 1997/05/12 12:56:50 kato Exp $
*/
#include "npx.h"
@ -134,7 +134,6 @@ extern void earlysetcpuclass(void); /* same header file */
extern void finishidentcpu(void);
extern void panicifcpuunsupported(void);
extern void initializecpu(void);
extern void init_sets(void);
static void cpu_startup __P((void *));
SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL)
@ -1038,11 +1037,6 @@ init386(first)
atdevbase = ISA_HOLE_START + KERNBASE;
/*
* Fill in the length fields of all linker sets (necessary for ELF).
*/
init_sets();
/*
* Initialize the console before we print anything out.
*/

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.39 1997/05/08 09:34:16 kato Exp $
* $Id: machdep.c,v 1.40 1997/05/12 12:56:50 kato Exp $
*/
#include "npx.h"
@ -134,7 +134,6 @@ extern void earlysetcpuclass(void); /* same header file */
extern void finishidentcpu(void);
extern void panicifcpuunsupported(void);
extern void initializecpu(void);
extern void init_sets(void);
static void cpu_startup __P((void *));
SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL)
@ -1038,11 +1037,6 @@ init386(first)
atdevbase = ISA_HOLE_START + KERNBASE;
/*
* Fill in the length fields of all linker sets (necessary for ELF).
*/
init_sets();
/*
* Initialize the console before we print anything out.
*/