Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/uvm/pmap/pmap_tlb.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/uvm/pmap/pmap_tlb.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.36 retrieving revision 1.37 diff -u -p -r1.36 -r1.37 --- src/sys/uvm/pmap/pmap_tlb.c 2020/08/11 06:54:14 1.36 +++ src/sys/uvm/pmap/pmap_tlb.c 2020/08/19 06:07:03 1.37 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap_tlb.c,v 1.36 2020/08/11 06:54:14 skrll Exp $ */ +/* $NetBSD: pmap_tlb.c,v 1.37 2020/08/19 06:07:03 skrll Exp $ */ /*- * Copyright (c) 2010 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ #include -__KERNEL_RCSID(0, "$NetBSD: pmap_tlb.c,v 1.36 2020/08/11 06:54:14 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap_tlb.c,v 1.37 2020/08/19 06:07:03 skrll Exp $"); /* * Manages address spaces in a TLB. @@ -564,7 +564,7 @@ pmap_tlb_shootdown_process(void) */ struct pmap_asid_info * const pai = PMAP_PAI(ti->ti_victim, ti); KASSERT(ti->ti_victim != pmap_kernel()); - if (!pmap_tlb_intersecting_onproc_p(ti->ti_victim, ti)) { + if (pmap_tlb_intersecting_onproc_p(ti->ti_victim, ti)) { /* * The victim is an active pmap so we will just * invalidate its TLB entries.