Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156827899
D24911.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
458 B
Referenced Files
None
Subscribers
None
D24911.diff
View Options
Index: head/sys/riscv/riscv/pmap.c
===================================================================
--- head/sys/riscv/riscv/pmap.c
+++ head/sys/riscv/riscv/pmap.c
@@ -619,8 +619,8 @@
* possibility of an aliased mapping in the future.
*/
l2p = pmap_l2(kernel_pmap, VM_EARLY_DTB_ADDRESS);
- KASSERT((pmap_load(l2p) & PTE_V) != 0, ("dtpb not mapped"));
- pmap_clear(l2p);
+ if ((pmap_load(l2p) & PTE_V) != 0)
+ pmap_clear(l2p);
sfence_vma();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 17, 6:06 PM (14 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33201994
Default Alt Text
D24911.diff (458 B)
Attached To
Mode
D24911: Only invalidate the early DTB mapping if it exists
Attached
Detach File
Event Timeline
Log In to Comment