Synchronize with sys/i386/i386/machdep.c revision 1.242.
This commit is contained in:
parent
b7e54e530c
commit
6fdede24b9
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user