diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/amd64/autoconf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/amd64/autoconf.c b/sys/arch/amd64/amd64/autoconf.c index c35e7a2a3da..21a028d6f78 100644 --- a/sys/arch/amd64/amd64/autoconf.c +++ b/sys/arch/amd64/amd64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.3 2004/02/08 03:15:04 deraadt Exp $ */ +/* $OpenBSD: autoconf.c,v 1.4 2004/02/09 20:39:25 mickey Exp $ */ /* $NetBSD: autoconf.c,v 1.1 2003/04/26 18:39:26 fvdl Exp $ */ /*- @@ -117,11 +117,11 @@ cpu_configure(void) x86_64_proc0_tss_ldt_init(); + startrtclock(); + if (config_rootfound("mainbus", NULL) == NULL) panic("configure: mainbus not configured"); - startrtclock(); - intr_printconfig(); #if NIOAPIC > 0 |