Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/common/pmap/tlb Add missing "))". This patch fixes PR...
details: https://anonhg.NetBSD.org/src/rev/e41fe287c302
branches: netbsd-6
changeset: 776401:e41fe287c302
user: jdc <jdc%NetBSD.org@localhost>
date: Mon Jul 29 20:26:32 2013 +0000
description:
Add missing "))". This patch fixes PR#46371.
src/sys/common/pmap/tlb/pmap_tlb.c patch
(requested by msaitoh in ticket 920)
diffstat:
sys/common/pmap/tlb/pmap_tlb.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2a3b9d2a6b6a -r e41fe287c302 sys/common/pmap/tlb/pmap_tlb.c
--- a/sys/common/pmap/tlb/pmap_tlb.c Mon Jul 29 20:24:04 2013 +0000
+++ b/sys/common/pmap/tlb/pmap_tlb.c Mon Jul 29 20:26:32 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap_tlb.c,v 1.11 2011/09/27 01:02:37 jym Exp $ */
+/* $NetBSD: pmap_tlb.c,v 1.11.8.1 2013/07/29 20:26:32 jdc Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap_tlb.c,v 1.11 2011/09/27 01:02:37 jym Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_tlb.c,v 1.11.8.1 2013/07/29 20:26:32 jdc Exp $");
/*
* Manages address spaces in a TLB.
@@ -608,7 +608,7 @@
ipi_sent = true;
continue;
}
- if (!CPUSET_EMPTY_P(CPUSET_SUBSET(pm->pm_active, ti->ti_cpu_mask) {
+ if (!CPUSET_EMPTY_P(CPUSET_SUBSET(pm->pm_active, ti->ti_cpu_mask))) {
/*
* If this pmap has an ASID assigned but it's not
* currently running, nuke its ASID. Next time the
Home |
Main Index |
Thread Index |
Old Index