diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index 7f6d99be7dc4..e10582bcdb34 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -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. */ diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 7f6d99be7dc4..e10582bcdb34 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -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. */