Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm G/c a comment that no longer applies.
details: https://anonhg.NetBSD.org/src/rev/7042ac8c896d
branches: trunk
changeset: 511823:7042ac8c896d
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Jun 27 18:52:10 2001 +0000
description:
G/c a comment that no longer applies.
diffstat:
sys/uvm/uvm_pdaemon.c | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diffs (24 lines):
diff -r ff5ce01133a1 -r 7042ac8c896d sys/uvm/uvm_pdaemon.c
--- a/sys/uvm/uvm_pdaemon.c Wed Jun 27 18:48:30 2001 +0000
+++ b/sys/uvm/uvm_pdaemon.c Wed Jun 27 18:52:10 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_pdaemon.c,v 1.35 2001/06/23 20:52:03 chs Exp $ */
+/* $NetBSD: uvm_pdaemon.c,v 1.36 2001/06/27 18:52:10 thorpej Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -374,14 +374,6 @@
UVMHIST_FUNC("uvmpd_scan_inactive"); UVMHIST_CALLED(pdhist);
/*
- * note: we currently keep swap-backed pages on a seperate inactive
- * list from object-backed pages. however, merging the two lists
- * back together again hasn't been ruled out. thus, we keep our
- * swap cluster in "swpps" rather than in pps (allows us to mix
- * clustering types in the event of a mixed inactive queue).
- */
-
- /*
* swslot is non-zero if we are building a swap cluster. we want
* to stay in the loop while we have a page to scan or we have
* a swap-cluster to build.
Home |
Main Index |
Thread Index |
Old Index