aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2020-05-13 17:20:51 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2020-05-13 17:20:51 +0000
commit0721214a60cbfe95fef3fabe256de8f8e62b3427 (patch)
tree0b4d4d19df808d9d3b60c55b1650990509fd43f1 /sys
parent7072a50124a645ffde3422f91cd720f1340011a9 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/riscv/riscv/pmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/riscv/riscv/pmap.c b/sys/riscv/riscv/pmap.c
index ff2451d55f77..9947a296290d 100644
--- a/sys/riscv/riscv/pmap.c
+++ b/sys/riscv/riscv/pmap.c
@@ -2329,6 +2329,7 @@ retryl2:
if (!atomic_fcmpset_long(l2, &l2e, l2e & ~mask))
goto retryl2;
anychanged = true;
+ continue;
} else {
if (!pv_lists_locked) {
pv_lists_locked = true;