Module Name: src
Committed By: andvar
Date: Tue Apr 12 20:27:56 UTC 2022
Modified Files:
src/sys/uvm: uvm_pdpolicy_clock.c uvm_pdpolicy_clockpro.c
Log Message:
s/stablize/stabilize/
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/uvm/uvm_pdpolicy_clock.c
cvs rdiff -u -r1.26 -r1.27 src/sys/uvm/uvm_pdpolicy_clockpro.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/uvm/uvm_pdpolicy_clock.c
diff -u src/sys/uvm/uvm_pdpolicy_clock.c:1.39 src/sys/uvm/uvm_pdpolicy_clock.c:1.40
--- src/sys/uvm/uvm_pdpolicy_clock.c:1.39 Thu Jun 11 22:21:05 2020
+++ src/sys/uvm/uvm_pdpolicy_clock.c Tue Apr 12 20:27:56 2022
@@ -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 @@ uvmpdpol_selectvictim(krwlock_t **plock)
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 @@ uvmpdpol_balancequeue(int swap_shortage)
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.
*/
Index: src/sys/uvm/uvm_pdpolicy_clockpro.c
diff -u src/sys/uvm/uvm_pdpolicy_clockpro.c:1.26 src/sys/uvm/uvm_pdpolicy_clockpro.c:1.27
--- src/sys/uvm/uvm_pdpolicy_clockpro.c:1.26 Sun May 17 19:38:17 2020
+++ src/sys/uvm/uvm_pdpolicy_clockpro.c Tue Apr 12 20:27:56 2022
@@ -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 @@ clockpro_movereferencebit(struct vm_page
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 @@ uvmpdpol_selectvictim(kmutex_t **plock)
}
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.