diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-06-11 05:03:14 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-06-11 05:03:14 +0000 |
commit | d447c4fd52d20a659d251fcc40f8b8f69bd03211 (patch) | |
tree | e1a493cd75a43dae54716565cc18c5b3c54ceb3b /sys/arch/i386 | |
parent | c590d886951c14f6f858a967cbba0946d63f5e60 (diff) |
define IPL_STATCLOCK
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/include/intr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/include/intr.h b/sys/arch/i386/include/intr.h index a08d6b63364..4f3dbe87cae 100644 --- a/sys/arch/i386/include/intr.h +++ b/sys/arch/i386/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.15 2002/05/22 18:43:45 art Exp $ */ +/* $OpenBSD: intr.h,v 1.16 2002/06/11 05:03:13 art Exp $ */ /* $NetBSD: intr.h,v 1.5 1996/05/13 06:11:28 mycroft Exp $ */ /* @@ -80,6 +80,7 @@ #define IPL_IMP MAKEIPL(6) /* memory allocation */ #define IPL_AUDIO MAKEIPL(7) /* audio */ #define IPL_CLOCK MAKEIPL(8) /* clock */ +#define IPL_STATCLOCK MAKEIPL(9) /* statclock */ #define IPL_HIGH MAKEIPL(9) /* everything */ /* Interrupt sharing types. */ |