Module Name:    src
Committed By:   cegger
Date:           Wed Nov 11 17:08:16 UTC 2009

Modified Files:
        src/sys/arch/x86/include: pmap.h

Log Message:
update comment: we use PMAP_NOCACHE for both pmap_enter and pmap_kenter_pa


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/x86/include/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/arch/x86/include/pmap.h
diff -u src/sys/arch/x86/include/pmap.h:1.27 src/sys/arch/x86/include/pmap.h:1.28
--- src/sys/arch/x86/include/pmap.h:1.27	Sat Nov  7 07:27:48 2009
+++ src/sys/arch/x86/include/pmap.h	Wed Nov 11 17:08:16 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap.h,v 1.27 2009/11/07 07:27:48 cegger Exp $	*/
+/*	$NetBSD: pmap.h,v 1.28 2009/11/11 17:08:16 cegger Exp $	*/
 
 /*
  *
@@ -176,7 +176,7 @@
 #endif
 
 /*
- * MD flags that we use for pmap_enter:
+ * MD flags that we use for pmap_enter and pmap_kenter_pa:
  */
 #define PMAP_NOCACHE	0x01000000	/* set the non-cacheable bit */
 

Reply via email to