summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2005-04-19 15:29:49 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2005-04-19 15:29:49 +0000
commit59ad80f2e0263fe5914ec08e4adf85fe3f5bf3f1 (patch)
tree03dd89b4904868f16022984422ccd71995c499b5 /sys/arch/hppa64
parent6743c0abb9adc7d82993ab522b4d4452d46c74a3 (diff)
nothing uses spllowersoftclock() anymore
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r--sys/arch/hppa64/include/cpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa64/include/cpu.h b/sys/arch/hppa64/include/cpu.h
index 41aec18205d..8de00e76eb8 100644
--- a/sys/arch/hppa64/include/cpu.h
+++ b/sys/arch/hppa64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.1 2005/04/01 10:40:48 mickey Exp $ */
+/* $OpenBSD: cpu.h,v 1.2 2005/04/19 15:29:48 mickey Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -94,7 +94,6 @@
#define IST_EDGE 2
#define IST_LEVEL 3
-#define spllowersoftclock() spllower(IPL_SOFTCLOCK)
#define splsoftclock() splraise(IPL_SOFTCLOCK)
#define splsoftnet() splraise(IPL_SOFTNET)
#define splbio() splraise(IPL_BIO)