diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-05-21 16:15:54 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-05-21 16:15:54 +0000 |
commit | c381a6f4a50ec9730de45076f46455375486140e (patch) | |
tree | 5347d0c1f7f30d77114c5d41a7e98e24eba995dc /sys/arch/sparc64/include/intr.h | |
parent | b5f01573c3733d613294f1ebe3673f26a7a2acdc (diff) |
Implement splassert just like it's on sparc.
This also requires a change to rename {PIL,IPL}_IMP to {PIL,IPL}_VM.
XXX - We should get rid of PIL_*.
Diffstat (limited to 'sys/arch/sparc64/include/intr.h')
-rw-r--r-- | sys/arch/sparc64/include/intr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/intr.h b/sys/arch/sparc64/include/intr.h index 70dccdd829c..5257cace260 100644 --- a/sys/arch/sparc64/include/intr.h +++ b/sys/arch/sparc64/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.3 2002/03/14 03:16:00 millert Exp $ */ +/* $OpenBSD: intr.h,v 1.4 2002/05/21 16:15:53 art Exp $ */ /* $NetBSD: intr.h,v 1.8 2001/01/14 23:50:30 thorpej Exp $ */ /*- @@ -46,7 +46,7 @@ #define IPL_NET PIL_NET /* network */ #define IPL_SOFTSERIAL 4 /* serial */ #define IPL_TTY PIL_TTY /* terminal */ -#define IPL_IMP PIL_IMP /* memory allocation */ +#define IPL_VM PIL_VM /* memory allocation */ #define IPL_AUDIO PIL_AUD /* audio */ #define IPL_CLOCK PIL_CLOCK /* clock */ #define IPL_SERIAL PIL_SER /* serial */ |