diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-04-19 15:29:49 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-04-19 15:29:49 +0000 |
commit | 59ad80f2e0263fe5914ec08e4adf85fe3f5bf3f1 (patch) | |
tree | 03dd89b4904868f16022984422ccd71995c499b5 /sys/arch/m88k | |
parent | 6743c0abb9adc7d82993ab522b4d4452d46c74a3 (diff) |
nothing uses spllowersoftclock() anymore
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r-- | sys/arch/m88k/include/intr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/m88k/include/intr.h b/sys/arch/m88k/include/intr.h index bd0592858b9..59871103575 100644 --- a/sys/arch/m88k/include/intr.h +++ b/sys/arch/m88k/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.1 2004/04/26 12:34:05 miod Exp $ */ +/* $OpenBSD: intr.h,v 1.2 2005/04/19 15:29:47 mickey Exp $ */ /* * Copyright (C) 2000 Steve Murphree, Jr. * All rights reserved. @@ -66,7 +66,6 @@ void splassert_check(int, const char *); #define spl7() setipl(7) #define splnone spl0 -#define spllowersoftclock() setipl(IPL_SOFTCLOCK) #define splsoftclock() setipl(IPL_SOFTCLOCK) #define splsoftnet() setipl(IPL_SOFTNET) #define splbio() raiseipl(IPL_BIO) |