Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/include/arm32 Fix DEVMAP_FLAGS, patch from Nick.



details:   https://anonhg.NetBSD.org/src/rev/a990b27a0cae
branches:  trunk
changeset: 374463:a990b27a0cae
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Apr 24 16:32:54 2023 +0000

description:
Fix DEVMAP_FLAGS, patch from Nick.

diffstat:

 sys/arch/arm/include/arm32/pmap.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f1bfde765448 -r a990b27a0cae sys/arch/arm/include/arm32/pmap.h
--- a/sys/arch/arm/include/arm32/pmap.h Mon Apr 24 13:55:45 2023 +0000
+++ b/sys/arch/arm/include/arm32/pmap.h Mon Apr 24 16:32:54 2023 +0000
@@ -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



Home | Main Index | Thread Index | Old Index