diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-07-23 14:00:39 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-07-23 14:00:39 +0000 |
commit | f3f0855f0accc1e89abd1fc09552a4d28db912af (patch) | |
tree | 2846a9e7f0110afd21c6856cd4047d1c5d8cb58b /sys/arch/sparc | |
parent | bad0a27f90b47800fe7b0ea53b10a1e08604d15f (diff) |
Define IPL_NONE
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/include/psl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/psl.h b/sys/arch/sparc/include/psl.h index a673d5fa37e..6c9f8a3bfb8 100644 --- a/sys/arch/sparc/include/psl.h +++ b/sys/arch/sparc/include/psl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: psl.h,v 1.13 2002/05/15 23:17:54 art Exp $ */ +/* $OpenBSD: psl.h,v 1.14 2002/07/23 14:00:38 art Exp $ */ /* $NetBSD: psl.h,v 1.12 1997/03/10 21:49:11 pk Exp $ */ /* @@ -79,6 +79,7 @@ /* * Various interrupt levels. */ +#define IPL_NONE 0 #define IPL_SOFTINT 1 #define IPL_SOFTCLOCK IPL_SOFTINT /* softclock() interrupts */ #define IPL_SOFTNET IPL_SOFTINT /* soft network interrupts */ |