From cd793cfeb774babe764d6cab512b99de77ae6d47 Mon Sep 17 00:00:00 2001 From: skrll Date: Tue, 4 Jan 2022 05:39:12 +0000 Subject: [PATCH] consistency. NFCI. --- sys/arch/mips/include/pmap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/mips/include/pmap.h b/sys/arch/mips/include/pmap.h index fba4d2311178..e544bc5e8301 100644 --- a/sys/arch/mips/include/pmap.h +++ b/sys/arch/mips/include/pmap.h @@ -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 @@ struct vm_page_md; #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