diff options
Diffstat (limited to 'sys/arch/vax/include/intr.h')
-rw-r--r-- | sys/arch/vax/include/intr.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/vax/include/intr.h b/sys/arch/vax/include/intr.h index ef22af85f06..38eea015f52 100644 --- a/sys/arch/vax/include/intr.h +++ b/sys/arch/vax/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.15 2011/09/03 20:41:31 miod Exp $ */ +/* $OpenBSD: intr.h,v 1.16 2013/05/17 19:38:52 kettenis Exp $ */ /* $NetBSD: intr.h,v 1.1 1998/08/18 23:55:00 matt Exp $ */ /* @@ -52,6 +52,8 @@ #define IPL_SCHED 0x1f #define IPL_HIGH 0x1f +#define IPL_MPSAFE 0 /* no "mpsafe" interrupts */ + #define IST_UNUSABLE -1 /* interrupt cannot be used */ #define IST_NONE 0 /* none (dummy) */ #define IST_PULSE 1 /* pulsed */ |