Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pc532/pc532 update one last call to uvm_pagealloc().



details:   https://anonhg.NetBSD.org/src/rev/98f5a6f78622
branches:  trunk
changeset: 472001:98f5a6f78622
user:      chs <chs%NetBSD.org@localhost>
date:      Sat Apr 17 20:03:39 1999 +0000

description:
update one last call to uvm_pagealloc().

diffstat:

 sys/arch/pc532/pc532/pmap.new.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r c60a377a7276 -r 98f5a6f78622 sys/arch/pc532/pc532/pmap.new.c
--- a/sys/arch/pc532/pc532/pmap.new.c   Sat Apr 17 19:49:24 1999 +0000
+++ b/sys/arch/pc532/pc532/pmap.new.c   Sat Apr 17 20:03:39 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.new.c,v 1.11 1999/04/11 04:04:09 chs Exp $        */
+/*     $NetBSD: pmap.new.c,v 1.12 1999/04/17 20:03:39 chs Exp $        */
 
 /*
  *
@@ -1484,8 +1484,8 @@
 {
   struct vm_page *ptp;
 
-  ptp = uvm_pagealloc(&pmap->pm_obj, ptp_i2o(pde_index), NULL);
-
+  ptp = uvm_pagealloc(&pmap->pm_obj, ptp_i2o(pde_index), NULL,
+                     UVM_PGA_USERESERVE);
   if (ptp == NULL) {
     if (just_try)
       return(NULL);



Home | Main Index | Thread Index | Old Index