Page MenuHomeFreeBSD

D18563.diff
No OneTemporary

D18563.diff

Index: head/sys/riscv/riscv/pmap.c
===================================================================
--- head/sys/riscv/riscv/pmap.c
+++ head/sys/riscv/riscv/pmap.c
@@ -316,8 +316,6 @@
pd_entry_t *l1;
l1 = pmap_l1(pmap, va);
- if (l1 == NULL)
- return (NULL);
if ((pmap_load(l1) & PTE_V) == 0)
return (NULL);
if ((pmap_load(l1) & PTE_RX) != 0)

File Metadata

Mime Type
text/plain
Expires
Fri, May 1, 3:10 AM (11 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32551552
Default Alt Text
D18563.diff (360 B)

Event Timeline