Skip to content

Commit e1f91fc

Browse files
committed
Add missing splx(s)
1 parent 68e315e commit e1f91fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sys/arch/arm64/arm64/pmap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ pmap_remove_pted(pmap_t pm, struct pte_desc *pted)
630630

631631
if (pm != pmap_kernel())
632632
pool_put(&pmap_pted_pool, pted);
633+
splx(s);
633634
}
634635

635636

0 commit comments

Comments
 (0)