Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/include update comment: we use PMAP_NOCACHE for...
details: https://anonhg.NetBSD.org/src/rev/926cb215d258
branches: trunk
changeset: 748958:926cb215d258
user: cegger <cegger%NetBSD.org@localhost>
date: Wed Nov 11 17:08:16 2009 +0000
description:
update comment: we use PMAP_NOCACHE for both pmap_enter and pmap_kenter_pa
diffstat:
sys/arch/x86/include/pmap.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a5c13fdc35e8 -r 926cb215d258 sys/arch/x86/include/pmap.h
--- a/sys/arch/x86/include/pmap.h Wed Nov 11 17:05:11 2009 +0000
+++ b/sys/arch/x86/include/pmap.h Wed Nov 11 17:08:16 2009 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index