Source-Changes-HG archive

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

[.joined/src/trunk]: .joined/src/sys/arch/mips/include consistency. NFCI.



details:   https://anonhg.NetBSD.org/.joined/src/rev/5169e3907c46
branches:  trunk
changeset: 359420:5169e3907c46
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jan 04 05:39:12 2022 +0000

description:
consistency. NFCI.

diffstat:

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

diffs (18 lines):

diff -r f89841aa929a -r 5169e3907c46 sys/arch/mips/include/pmap.h
--- a/sys/arch/mips/include/pmap.h      Mon Jan 03 17:21:13 2022 +0000
+++ b/sys/arch/mips/include/pmap.h      Tue Jan 04 05:39:12 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.75 2020/12/20 16:38:25 skrll Exp $  */
+/*     $NetBSD: pmap.h,v 1.76 2022/01/04 05:39:12 skrll Exp $  */
 
 /*
  * Copyright (c) 1992, 1993
@@ -100,7 +100,7 @@
 
 #define        PMAP_VIRTUAL_CACHE_ALIASES
 #define        PMAP_INVALID_SEGTAB_ADDRESS     ((pmap_segtab_t *)NULL)
-#define        PMAP_TLB_NEED_SHOOTDOWN
+#define        PMAP_TLB_NEED_SHOOTDOWN         1
 #define        PMAP_TLB_FLUSH_ASID_ON_RESET    false
 #if UPAGES > 1
 #define        PMAP_TLB_WIRED_UPAGES           MIPS3_TLB_WIRED_UPAGES



Home | Main Index | Thread Index | Old Index