Oops! Fix this to block all interrupts during configuration, after previous

interrupt priority changes.
This commit is contained in:
mycroft 1997-03-03 02:33:41 +00:00
parent 72a7ae4ee5
commit 8c6fca26ee
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.221 1997/02/13 00:59:12 jonathan Exp $ */
/* $NetBSD: machdep.c,v 1.222 1997/03/03 02:33:41 mycroft Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995, 1996 Charles M. Hannum. All rights reserved.
@ -1368,7 +1368,7 @@ init386(first_avail)
isa_defaultirq();
#endif
splhigh();
splraise(-1);
enable_intr();
/*