diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-03-12 02:04:17 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-03-12 02:04:17 +0000 |
commit | 0e3d25eced22fb17f731f8c0ed934b98906ec181 (patch) | |
tree | 3c75a032ed4cdf5dff584e40f93411852e5f4a7d /sys/arch/i386/include/intrdefs.h | |
parent | 1c01ad012a1295a45648267e845e6f92a4ee696c (diff) |
remove IPL_IMP and splimp().
Diffstat (limited to 'sys/arch/i386/include/intrdefs.h')
-rw-r--r-- | sys/arch/i386/include/intrdefs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/include/intrdefs.h b/sys/arch/i386/include/intrdefs.h index 1786a32de6f..0bc73ad39f3 100644 --- a/sys/arch/i386/include/intrdefs.h +++ b/sys/arch/i386/include/intrdefs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intrdefs.h,v 1.5 2005/05/31 09:31:15 art Exp $ */ +/* $OpenBSD: intrdefs.h,v 1.6 2006/03/12 02:04:16 brad Exp $ */ /* $NetBSD: intrdefs.h,v 1.2 2003/05/04 22:01:56 fvdl Exp $ */ #ifndef _i386_INTRDEFS_H @@ -63,7 +63,6 @@ #define IPL_SOFTTTY MAKEIPL(4) /* delayed terminal handling */ #define IPL_TTY MAKEIPL(5) /* terminal */ #define IPL_VM MAKEIPL(6) /* memory allocation */ -#define IPL_IMP IPL_VM /* XXX - should not be here. */ #define IPL_AUDIO MAKEIPL(7) /* audio */ #define IPL_CLOCK MAKEIPL(8) /* clock */ #define IPL_STATCLOCK MAKEIPL(9) /* statclock */ |