Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154929242
D18563.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
360 B
Referenced Files
None
Subscribers
None
D18563.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D18563: pmap_l1() won't return a NULL pointer.
Attached
Detach File
Event Timeline
Log In to Comment