Source-Changes-HG archive

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

[src/uebayasi-xip]: src/sys/uvm Collect a garbage.



details:   https://anonhg.NetBSD.org/src/rev/eb7c7d1792f1
branches:  uebayasi-xip
changeset: 751774:eb7c7d1792f1
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Tue Aug 17 05:54:01 2010 +0000

description:
Collect a garbage.

diffstat:

 sys/uvm/uvm_page.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2a97a71f7fdd -r eb7c7d1792f1 sys/uvm/uvm_page.h
--- a/sys/uvm/uvm_page.h        Sat Aug 14 02:09:57 2010 +0000
+++ b/sys/uvm/uvm_page.h        Tue Aug 17 05:54:01 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_page.h,v 1.59.2.28 2010/08/11 09:50:01 uebayasi Exp $      */
+/*     $NetBSD: uvm_page.h,v 1.59.2.29 2010/08/17 05:54:01 uebayasi Exp $      */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -185,7 +185,7 @@
 
 #define        UVM_PGFLAGBITS \
        "\20\1BUSY\2WANTED\3TABLED\4CLEAN\5PAGEOUT\6RELEASED\7FAKE\10RDONLY" \
-       "\11ZERO\12DIRECT\15PAGER1"
+       "\11ZERO\15PAGER1"
 
 #define PQ_FREE                0x0001          /* page is on free list */
 #define PQ_ANON                0x0002          /* page is part of an anon, rather



Home | Main Index | Thread Index | Old Index