summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-12-04 23:22:43 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-12-04 23:22:43 +0000
commit2d6ebc6b1044ef771b2b25c09c2abffe0c0a0d3d (patch)
treef85c4269fcfa3a0ec1575186dfcbcbbb1ebaf8d7 /sys/arch/hppa
parentf1bec1965343db9a80a80e7ed55ee2fe5dd36253 (diff)
Yet another sync to NetBSD uvm.
Today we add a pmap argument to pmap_update() and allocate map entries for kernel_map from kmem_map instead of using the static entries. This should get rid of MAX_KMAPENT panics. Also some uvm_loan problems are fixed.
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/include/pmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/pmap.h b/sys/arch/hppa/include/pmap.h
index d8a11ebbaed..7f59dfd0cca 100644
--- a/sys/arch/hppa/include/pmap.h
+++ b/sys/arch/hppa/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.14 2001/05/09 15:31:24 art Exp $ */
+/* $OpenBSD: pmap.h,v 1.15 2001/12/04 23:22:42 art Exp $ */
/*
* Copyright (c) 1998,1999 Michael Shalayeff
@@ -183,7 +183,7 @@ do { if (pmap) { \
#define pmap_collect(pmap)
#define pmap_release(pmap)
#define pmap_copy(dpmap,spmap,da,len,sa)
-#define pmap_update()
+#define pmap_update(pm)
#define pmap_activate(p)
#define pmap_deactivate(p)