Page MenuHomeFreeBSD

D24315.id70270.diff
No OneTemporary

D24315.id70270.diff

Index: sys/riscv/riscv/pmap.c
===================================================================
--- sys/riscv/riscv/pmap.c
+++ sys/riscv/riscv/pmap.c
@@ -2416,7 +2416,7 @@
goto done;
if ((l2e & PTE_RWX) == 0) {
pte = pmap_l2_to_l3(l2, va);
- if (pte == NULL || ((oldpte = pmap_load(pte) & PTE_V)) == 0)
+ if (pte == NULL || ((oldpte = pmap_load(pte)) & PTE_V) == 0)
goto done;
} else {
pte = l2;

File Metadata

Mime Type
text/plain
Expires
Thu, Feb 13, 4:59 PM (3 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16630382
Default Alt Text
D24315.id70270.diff (417 B)

Event Timeline