From f96c138c296a4baae5ee3f040f0851d8345940fa Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sun, 12 Mar 2006 03:14:38 +0000 Subject: remove splimp. --- sys/arch/hppa/include/intr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/hppa') 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) -- cgit v1.2.3