Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hppa/include Put PMAP_NOCACHE in the MD space.
details: https://anonhg.NetBSD.org/src/rev/7a7d8eae2465
branches: trunk
changeset: 749043:7a7d8eae2465
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Nov 15 12:26:02 2009 +0000
description:
Put PMAP_NOCACHE in the MD space.
diffstat:
sys/arch/hppa/include/pmap.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 191980728039 -r 7a7d8eae2465 sys/arch/hppa/include/pmap.h
--- a/sys/arch/hppa/include/pmap.h Sun Nov 15 10:25:16 2009 +0000
+++ b/sys/arch/hppa/include/pmap.h Sun Nov 15 12:26:02 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.22 2009/11/11 16:08:31 skrll Exp $ */
+/* $NetBSD: pmap.h,v 1.23 2009/11/15 12:26:02 skrll Exp $ */
/* $OpenBSD: pmap.h,v 1.35 2007/12/14 18:32:23 deraadt Exp $ */
@@ -209,7 +209,7 @@
/*
* MD flags that we use for pmap_kenter_pa:
*/
-#define PMAP_NOCACHE 0x01 /* set the non-cacheable bit */
+#define PMAP_NOCACHE 0x01000000 /* set the non-cacheable bit */
#endif /* _KERNEL */
Home |
Main Index |
Thread Index |
Old Index