Module Name:    src
Committed By:   uebayasi
Date:           Tue Apr 27 07:17:25 UTC 2010

Modified Files:
        src/sys/uvm [uebayasi-xip]: uvm_pmap.h

Log Message:
On second thought, rename PMAP_UNCACHEABLE as PMAP_UNMANAGED.


To generate a diff of this commit:
cvs rdiff -u -r1.32.2.1 -r1.32.2.2 src/sys/uvm/uvm_pmap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/uvm_pmap.h
diff -u src/sys/uvm/uvm_pmap.h:1.32.2.1 src/sys/uvm/uvm_pmap.h:1.32.2.2
--- src/sys/uvm/uvm_pmap.h:1.32.2.1	Tue Apr 27 06:33:23 2010
+++ src/sys/uvm/uvm_pmap.h	Tue Apr 27 07:17:25 2010
@@ -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 */
 

Reply via email to