summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-11-11 05:04:47 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-11-11 05:04:47 +0000
commit6c09584fda9434892e88f00290ba630b9ac39329 (patch)
tree56b1512ddaa7d6a422f53674b11e8a47a9880ab8 /sys/arch/sparc/include
parentbfc8513ad060ae172ee8a491fc1dfe5e8578b64f (diff)
Various little pmap changes:
- get rid of splpmap, use splvm everywhere - harmonize some 4_4c routines to wake them easier to diff against 4m - fix an spl botch in can't happen situations on 4_4c - fix pmap_stas.ps_npg_prot_all on 4m in case someone cares - slightly better pmap_kenter_pa and pmap_kremove on 4_4c art@ ok
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r--sys/arch/sparc/include/psl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/psl.h b/sys/arch/sparc/include/psl.h
index 2016f5b8ca6..c724cfa20df 100644
--- a/sys/arch/sparc/include/psl.h
+++ b/sys/arch/sparc/include/psl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: psl.h,v 1.15 2002/08/12 10:44:04 miod Exp $ */
+/* $OpenBSD: psl.h,v 1.16 2002/11/11 05:04:44 miod Exp $ */
/* $NetBSD: psl.h,v 1.12 1997/03/10 21:49:11 pk Exp $ */
/*
@@ -226,7 +226,6 @@ SPLHOLD(spltty, IPL_TTY)
SPLHOLD(splvm, IPL_VM)
/* XXX - the following two should die. */
#define splimp splvm
-#define splpmap splvm
SPLHOLD(splclock, IPL_CLOCK)
SPLHOLD(splfd, IPL_FD)
SPLHOLD(splzs, IPL_ZS)