put PIL_CLOCK and splclock together, like the rest..
This commit is contained in:
parent
80678449fe
commit
40b61fb276
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: psl.h,v 1.13 1997/11/19 23:05:49 pk Exp $ */
|
||||
/* $NetBSD: psl.h,v 1.14 1998/02/06 00:02:30 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -75,8 +75,6 @@
|
||||
|
||||
#define PSR_BITS "\20\16EC\15EF\10S\7PS\6ET"
|
||||
|
||||
#define PIL_CLOCK 10
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LOCORE)
|
||||
|
||||
static __inline int getpsr __P((void));
|
||||
@ -199,6 +197,8 @@ SPL(spltty, PIL_TTY)
|
||||
SPL(splimp, 7)
|
||||
SPL(splpmap, 7)
|
||||
|
||||
/* clock interrupts at level 10 */
|
||||
#define PIL_CLOCK 10
|
||||
SPL(splclock, PIL_CLOCK)
|
||||
|
||||
/* fd hardware interrupts are at level 11 */
|
||||
|
Loading…
Reference in New Issue
Block a user