Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm s/stablize/stabilize/



details:   https://anonhg.NetBSD.org/src/rev/3daf7184799c
branches:  trunk
changeset: 365195:3daf7184799c
user:      andvar <andvar%NetBSD.org@localhost>
date:      Tue Apr 12 20:27:56 2022 +0000

description:
s/stablize/stabilize/

diffstat:

 sys/uvm/uvm_pdpolicy_clock.c    |  8 ++++----
 sys/uvm/uvm_pdpolicy_clockpro.c |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 8e92e05b1006 -r 3daf7184799c sys/uvm/uvm_pdpolicy_clock.c
--- a/sys/uvm/uvm_pdpolicy_clock.c      Tue Apr 12 11:54:57 2022 +0000
+++ b/sys/uvm/uvm_pdpolicy_clock.c      Tue Apr 12 20:27:56 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_pdpolicy_clock.c,v 1.39 2020/06/11 22:21:05 ad Exp $       */
+/*     $NetBSD: uvm_pdpolicy_clock.c,v 1.40 2022/04/12 20:27:56 andvar Exp $   */
 /*     NetBSD: uvm_pdaemon.c,v 1.72 2006/01/05 10:47:33 yamt Exp $     */
 
 /*-
@@ -98,7 +98,7 @@
 #else /* defined(PDSIM) */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_pdpolicy_clock.c,v 1.39 2020/06/11 22:21:05 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_pdpolicy_clock.c,v 1.40 2022/04/12 20:27:56 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/proc.h>
@@ -261,7 +261,7 @@
                uvmexp.pdscans++;
 
                /*
-                * acquire interlock to stablize page identity.
+                * acquire interlock to stabilize page identity.
                 * if we have caught the page in a state of flux
                 * deal with it and retry.
                 */
@@ -383,7 +383,7 @@
                KASSERT((p->flags & PG_MARKER) == 0);
 
                /*
-                * acquire interlock to stablize page identity.
+                * acquire interlock to stabilize page identity.
                 * if we have caught the page in a state of flux
                 * deal with it and retry.
                 */
diff -r 8e92e05b1006 -r 3daf7184799c sys/uvm/uvm_pdpolicy_clockpro.c
--- a/sys/uvm/uvm_pdpolicy_clockpro.c   Tue Apr 12 11:54:57 2022 +0000
+++ b/sys/uvm/uvm_pdpolicy_clockpro.c   Tue Apr 12 20:27:56 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_pdpolicy_clockpro.c,v 1.26 2020/05/17 19:38:17 ad Exp $    */
+/*     $NetBSD: uvm_pdpolicy_clockpro.c,v 1.27 2022/04/12 20:27:56 andvar Exp $        */
 
 /*-
  * Copyright (c)2005, 2006 YAMAMOTO Takashi,
@@ -43,7 +43,7 @@
 #else /* defined(PDSIM) */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_pdpolicy_clockpro.c,v 1.26 2020/05/17 19:38:17 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_pdpolicy_clockpro.c,v 1.27 2022/04/12 20:27:56 andvar Exp $");
 
 #include "opt_ddb.h"
 
@@ -648,7 +648,7 @@
        KASSERT(!locked || uvm_page_owner_locked_p(pg, false));
        if (!locked) {
                /*
-                * acquire interlock to stablize page identity.
+                * acquire interlock to stabilize page identity.
                 * if we have caught the page in a state of flux
                 * and it should be dequeued, abort.  it will be
                 * dequeued later.
@@ -1354,7 +1354,7 @@
                }
                ss->ss_nscanned++;
                /*
-                * acquire interlock to stablize page identity.
+                * acquire interlock to stabilize page identity.
                 * if we have caught the page in a state of flux
                 * and it should be dequeued, do it now and then
                 * move on to the next.



Home | Main Index | Thread Index | Old Index