Fix comment on splnet().
This commit is contained in:
parent
c37c5ab530
commit
6deb1a5816
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: param.h,v 1.11 1995/08/13 00:32:47 mycroft Exp $ */
|
||||
/* $NetBSD: param.h,v 1.12 1995/08/13 00:45:21 mycroft Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
|
@ -175,7 +175,7 @@
|
|||
#define splddb() splx(0xf) /* IPL0F */
|
||||
#define spl4() splx(0x14) /* IPL14 */
|
||||
#define splbio() splx(0x15) /* IPL15 */
|
||||
#define splnet() splx(0x15) /* IPL0C */
|
||||
#define splnet() splx(0x15) /* IPL15 */
|
||||
#define spltty() splx(0x15) /* IPL15 */
|
||||
#define splimp() splx(0x16) /* IPL16 */
|
||||
#define splclock() splx(0x18) /* IPL18 */
|
||||
|
|
Loading…
Reference in New Issue