Module Name:    src
Committed By:   martin
Date:           Mon Apr 24 16:32:54 UTC 2023

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

Log Message:
Fix DEVMAP_FLAGS, patch from Nick.


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 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.174 src/sys/arch/arm/include/arm32/pmap.h:1.175
--- src/sys/arch/arm/include/arm32/pmap.h:1.174	Thu Apr 20 08:28:03 2023
+++ src/sys/arch/arm/include/arm32/pmap.h	Mon Apr 24 16:32:54 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap.h,v 1.174 2023/04/20 08:28:03 skrll Exp $	*/
+/*	$NetBSD: pmap.h,v 1.175 2023/04/24 16:32:54 martin Exp $	*/
 
 /*
  * Copyright (c) 2002, 2003 Wasabi Systems, Inc.
@@ -207,7 +207,7 @@ union pmap_cache_state {
 
 #define	DEVMAP_ALIGN(a)	((a) & ~L1_S_OFFSET)
 #define	DEVMAP_SIZE(s)	roundup2((s), L1_S_SIZE)
-#define	DEVMAP_FLAGS	PTE_DEV
+#define	DEVMAP_FLAGS	PMAP_DEV
 
 /*
  * The pmap structure itself

Reply via email to