Module Name:    src
Committed By:   matt
Date:           Wed Feb 26 01:03:03 UTC 2014

Modified Files:
        src/sys/arch/arm/include/arm32: pmap.h

Log Message:
Add PMAP_PTE flag.  (map page so it can be used as a PDE or PTE page)


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sys/arch/arm/include/arm32/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/arm/include/arm32/pmap.h
diff -u src/sys/arch/arm/include/arm32/pmap.h:1.122 src/sys/arch/arm/include/arm32/pmap.h:1.123
--- src/sys/arch/arm/include/arm32/pmap.h:1.122	Sun Aug 18 05:01:47 2013
+++ src/sys/arch/arm/include/arm32/pmap.h	Wed Feb 26 01:03:03 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap.h,v 1.122 2013/08/18 05:01:47 matt Exp $	*/
+/*	$NetBSD: pmap.h,v 1.123 2014/02/26 01:03:03 matt Exp $	*/
 
 /*
  * Copyright (c) 2002, 2003 Wasabi Systems, Inc.
@@ -294,6 +294,8 @@ u_int arm32_mmap_flags(paddr_t);
 #define ARM32_MMAP_CACHEABLE		0x20000000
 #define pmap_mmap_flags(ppn)			arm32_mmap_flags(ppn)
 
+#define	PMAP_PTE			0x10000000 /* kenter_pa */
+
 /*
  * Functions that we need to export
  */

Reply via email to