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/amd64/include/intr.h | |
parent | 6743c0abb9adc7d82993ab522b4d4452d46c74a3 (diff) |
nothing uses spllowersoftclock() anymore
Diffstat (limited to 'sys/arch/amd64/include/intr.h')
-rw-r--r-- | sys/arch/amd64/include/intr.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/amd64/include/intr.h b/sys/arch/amd64/include/intr.h index cba5f9e11f1..40eb7e73049 100644 --- a/sys/arch/amd64/include/intr.h +++ b/sys/arch/amd64/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.5 2004/06/28 01:52:26 deraadt Exp $ */ +/* $OpenBSD: intr.h,v 1.6 2005/04/19 15:29:47 mickey Exp $ */ /* $NetBSD: intr.h,v 1.2 2003/05/04 22:01:56 fvdl Exp $ */ /*- @@ -150,12 +150,7 @@ void softintr(int); /* * Software interrupt masks - * - * NOTE: spllowersoftclock() is used by hardclock() to lower the priority from - * clock to softclock before it calls softclock(). */ -#define spllowersoftclock() spllower(IPL_SOFTCLOCK) - #define splsoftclock() splraise(IPL_SOFTCLOCK) #define splsoftnet() splraise(IPL_SOFTNET) #define splsoftserial() splraise(IPL_SOFTSERIAL) |