We don't need to call isrinit() twice.
This commit is contained in:
parent
c3ce5f02ea
commit
05c4cae34d
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: autoconf.c,v 1.15 1997/03/26 22:39:05 gwr Exp $ */
|
/* $NetBSD: autoconf.c,v 1.16 1997/10/13 00:18:28 thorpej Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1988 University of Utah.
|
* Copyright (c) 1988 University of Utah.
|
||||||
@ -197,7 +197,6 @@ configure()
|
|||||||
booted_device = NULL; /* set by device drivers (if found) */
|
booted_device = NULL; /* set by device drivers (if found) */
|
||||||
|
|
||||||
init_sir();
|
init_sir();
|
||||||
isrinit();
|
|
||||||
|
|
||||||
if (config_rootfound("mainbus", NULL) == NULL)
|
if (config_rootfound("mainbus", NULL) == NULL)
|
||||||
panic("autoconfig failed, no root");
|
panic("autoconfig failed, no root");
|
||||||
|
Loading…
Reference in New Issue
Block a user