diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-03-12 03:14:38 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-03-12 03:14:38 +0000 |
commit | f96c138c296a4baae5ee3f040f0851d8345940fa (patch) | |
tree | f5a0a9d7868f30177b00b32ed1d9b6743e2f9c23 /sys/arch/hppa | |
parent | d4ade3482b3cfe3a0d391f509382bed1a0306943 (diff) |
remove splimp.
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/intr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/intr.h b/sys/arch/hppa/include/intr.h index 84aca5a71dc..fd40afee537 100644 --- a/sys/arch/hppa/include/intr.h +++ b/sys/arch/hppa/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.19 2005/04/19 15:29:47 mickey Exp $ */ +/* $OpenBSD: intr.h,v 1.20 2006/03/12 03:14:36 brad Exp $ */ /* * Copyright (c) 2002-2004 Michael Shalayeff @@ -110,7 +110,6 @@ splx(int ncpl) #define splsofttty() splraise(IPL_SOFTTTY) #define spltty() splraise(IPL_TTY) #define splvm() splraise(IPL_VM) -#define splimp() splvm() #define splaudio() splraise(IPL_AUDIO) #define splclock() splraise(IPL_CLOCK) #define splstatclock() splraise(IPL_STATCLOCK) |