Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm Whitespace.
details: https://anonhg.NetBSD.org/src/rev/b8278f0e120f
branches: trunk
changeset: 967983:b8278f0e120f
user: ad <ad%NetBSD.org@localhost>
date: Mon Dec 30 18:18:03 2019 +0000
description:
Whitespace.
diffstat:
sys/uvm/uvm_pdpolicy_clock.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r cad26c510090 -r b8278f0e120f sys/uvm/uvm_pdpolicy_clock.c
--- a/sys/uvm/uvm_pdpolicy_clock.c Mon Dec 30 18:08:37 2019 +0000
+++ b/sys/uvm/uvm_pdpolicy_clock.c Mon Dec 30 18:18:03 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_pdpolicy_clock.c,v 1.24 2019/12/30 18:08:38 ad Exp $ */
+/* $NetBSD: uvm_pdpolicy_clock.c,v 1.25 2019/12/30 18:18:03 ad Exp $ */
/* NetBSD: uvm_pdaemon.c,v 1.72 2006/01/05 10:47:33 yamt Exp $ */
/*
@@ -69,7 +69,7 @@
#else /* defined(PDSIM) */
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_pdpolicy_clock.c,v 1.24 2019/12/30 18:08:38 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_pdpolicy_clock.c,v 1.25 2019/12/30 18:18:03 ad Exp $");
#include <sys/param.h>
#include <sys/proc.h>
@@ -353,7 +353,6 @@
/*
* now prepare to move on to the next page.
*/
-
TAILQ_REMOVE(&pdpol_state.s_activeq, &marker, pdqueue);
TAILQ_INSERT_AFTER(&pdpol_state.s_activeq, p, &marker,
pdqueue);
@@ -384,7 +383,6 @@
/*
* if there's a shortage of inactive pages, deactivate.
*/
-
if (inactive_shortage > 0) {
uvmpdpol_pagedeactivate_locked(p);
uvmexp.pddeact++;
Home |
Main Index |
Thread Index |
Old Index