From 2d6ebc6b1044ef771b2b25c09c2abffe0c0a0d3d Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Tue, 4 Dec 2001 23:22:43 +0000 Subject: 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. --- sys/arch/hppa/include/pmap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/hppa') 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) -- cgit v1.2.3