Drop splsched() to spl3(), so that it no longer blocks serial interrupts.
This commit is contained in:
parent
741cf383d0
commit
6f33c6446c
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: intr.h,v 1.4 1997/07/23 06:24:33 scottr Exp $ */
|
||||
/* $NetBSD: intr.h,v 1.5 1997/08/03 07:20:40 scottr Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 1997 Scott Reynolds
|
||||
|
@ -100,8 +100,8 @@
|
|||
#define splimp() spl2()
|
||||
#define splclock() spl2()
|
||||
#define splstatclock() spl2()
|
||||
#define splsched() spl3()
|
||||
#define splserial() spl4()
|
||||
#define splsched() spl7()
|
||||
#define splhigh() spl7()
|
||||
|
||||
/* watch out for side effects */
|
||||
|
|
Loading…
Reference in New Issue