Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/uebayasi-xip]: src/sys/uvm On second thought, rename PMAP_UNCACHEABLE as...
details: https://anonhg.NetBSD.org/src/rev/7b7986c49c1f
branches: uebayasi-xip
changeset: 751682:7b7986c49c1f
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Tue Apr 27 07:17:25 2010 +0000
description:
On second thought, rename PMAP_UNCACHEABLE as PMAP_UNMANAGED.
diffstat:
sys/uvm/uvm_pmap.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 095414dacbac -r 7b7986c49c1f sys/uvm/uvm_pmap.h
--- a/sys/uvm/uvm_pmap.h Tue Apr 27 06:33:23 2010 +0000
+++ b/sys/uvm/uvm_pmap.h Tue Apr 27 07:17:25 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_pmap.h,v 1.32.2.1 2010/04/27 06:33:23 uebayasi Exp $ */
+/* $NetBSD: uvm_pmap.h,v 1.32.2.2 2010/04/27 07:17:25 uebayasi Exp $ */
/*
* Copyright (c) 1991, 1993
@@ -108,7 +108,7 @@
#else
#define PMAP_KMPAGE 0x00000000
#endif /* PMAP_ENABLE_PMAP_KMPAGE */
-#define PMAP_UNCACHEABLE 0x00000080 /* disable cache for managed pages */
+#define PMAP_UNMANAGED 0x00000080 /* treat managed pages as unmanaged */
#define PMAP_MD_MASK 0xff000000 /* Machine-dependent bits */
Home |
Main Index |
Thread Index |
Old Index