summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_page.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-05-30 20:48:15 +0000
committeralc <alc@FreeBSD.org>2004-05-30 20:48:15 +0000
commitec226ee68960dd4c17666d7675b64fa976ba33de (patch)
tree35c918980d1e5cc690d69798c1a40c322b6211f0 /sys/vm/vm_page.h
parent30a7ac8468f693a3cf7d59a8acf66e3367ee3925 (diff)
downloadFreeBSD-src-ec226ee68960dd4c17666d7675b64fa976ba33de.zip
FreeBSD-src-ec226ee68960dd4c17666d7675b64fa976ba33de.tar.gz
Remove a stale comment: PG_DIRTY and PG_FILLED were removed in
revisions 1.17 and 1.12 respectively.
Diffstat (limited to 'sys/vm/vm_page.h')
-rw-r--r--sys/vm/vm_page.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
index c0cf4a3..b1b194a 100644
--- a/sys/vm/vm_page.h
+++ b/sys/vm/vm_page.h
@@ -233,8 +233,6 @@ extern struct mtx vm_page_queue_free_mtx;
/*
* These are the flags defined for vm_page.
*
- * Note: PG_FILLED and PG_DIRTY are added for the filesystems.
- *
* Note: PG_UNMANAGED (used by OBJT_PHYS) indicates that the page is
* not under PV management but otherwise should be treated as a
* normal page. Pages not under PV management cannot be paged out
OpenPOWER on IntegriCloud