Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm The pmap_update() call at the end of uvm_swapout_thr...



details:   https://anonhg.NetBSD.org/src/rev/c302e98a23af
branches:  trunk
changeset: 508887:c302e98a23af
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Apr 21 17:38:24 2001 +0000

description:
The pmap_update() call at the end of uvm_swapout_threads() is
completely useless.  Nuke it.

diffstat:

 sys/uvm/uvm_glue.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 2dc9fb5f8e00 -r c302e98a23af sys/uvm/uvm_glue.c
--- a/sys/uvm/uvm_glue.c        Sat Apr 21 17:25:01 2001 +0000
+++ b/sys/uvm/uvm_glue.c        Sat Apr 21 17:38:24 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_glue.c,v 1.45 2001/03/15 06:10:57 chs Exp $        */
+/*     $NetBSD: uvm_glue.c,v 1.46 2001/04/21 17:38:24 thorpej Exp $    */
 
 /* 
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -567,7 +567,6 @@
                if (p)
                        uvm_swapout(p);
        }
-       pmap_update();
 }
 
 /*



Home | Main Index | Thread Index | Old Index