diff options
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/mac68k/autoconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mac68k/mac68k/autoconf.c b/sys/arch/mac68k/mac68k/autoconf.c index 23a2d45713f..9c923b3045f 100644 --- a/sys/arch/mac68k/mac68k/autoconf.c +++ b/sys/arch/mac68k/mac68k/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.13 2001/05/08 17:30:40 aaron Exp $ */ +/* $OpenBSD: autoconf.c,v 1.14 2001/06/25 00:43:12 mickey Exp $ */ /* $NetBSD: autoconf.c,v 1.38 1996/12/18 05:46:09 scottr Exp $ */ /* @@ -94,8 +94,6 @@ void swapconf __P((void)); void cpu_configure() { - extern int cold; - mrg_init(); /* Init Mac ROM Glue */ startrtclock(); /* start before adb_init() */ adb_init(); /* ADB device subsystem & driver */ |