Module Name:    src
Committed By:   skrll
Date:           Sun Nov 15 12:26:02 UTC 2009

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

Log Message:
Put PMAP_NOCACHE in the MD space.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/hppa/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/hppa/include/pmap.h
diff -u src/sys/arch/hppa/include/pmap.h:1.22 src/sys/arch/hppa/include/pmap.h:1.23
--- src/sys/arch/hppa/include/pmap.h:1.22	Wed Nov 11 16:08:31 2009
+++ src/sys/arch/hppa/include/pmap.h	Sun Nov 15 12:26:02 2009
@@ -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 */
 

Reply via email to