summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-03-12 03:00:33 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-03-12 03:00:33 +0000
commitd4ade3482b3cfe3a0d391f509382bed1a0306943 (patch)
treee036853310bccc055b52a3f4507c5d9c1dadc92e /sys/arch/sparc64
parentde1297100130fbc8287694468198ad56072a5e28 (diff)
remove splimp.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/include/psl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/psl.h b/sys/arch/sparc64/include/psl.h
index 517ed30f405..485899a3573 100644
--- a/sys/arch/sparc64/include/psl.h
+++ b/sys/arch/sparc64/include/psl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: psl.h,v 1.19 2005/06/29 07:17:22 deraadt Exp $ */
+/* $OpenBSD: psl.h,v 1.20 2006/03/12 03:00:32 brad Exp $ */
/* $NetBSD: psl.h,v 1.20 2001/04/13 23:30:05 thorpej Exp $ */
/*
@@ -403,7 +403,6 @@ SPLHOLD(spllpt, PIL_LPT)
* Memory allocation (must be as high as highest network, tty, or disk device)
*/
SPLHOLD(splvm, PIL_VM)
-#define splimp splvm
SPLHOLD(splclock, PIL_CLOCK)