From 7f0d51f4486237d6a691bfcc8a1eb537a461bb57 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Wed, 1 Mar 2000 19:24:34 +0000 Subject: Prepare for new pmap --- sys/uvm/uvm_glue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/uvm/uvm_glue.c b/sys/uvm/uvm_glue.c index 2467564f33e..fe866fdc017 100644 --- a/sys/uvm/uvm_glue.c +++ b/sys/uvm/uvm_glue.c @@ -157,7 +157,7 @@ uvm_useracc(addr, len, rw) boolean_t rv; vm_prot_t prot = rw == B_READ ? VM_PROT_READ : VM_PROT_WRITE; -#if defined(i386) || defined(pc532) +#if (defined(i386) || defined(pc532)) && !defined(PMAP_NEW) /* * XXX - specially disallow access to user page tables - they are * in the map. This is here until i386 & pc532 pmaps are fixed... -- cgit v1.2.3