Page MenuHomeFreeBSD

D21753.diff
No OneTemporary

D21753.diff

Index: head/sys/arm64/arm64/pmap.c
===================================================================
--- head/sys/arm64/arm64/pmap.c
+++ head/sys/arm64/arm64/pmap.c
@@ -3007,7 +3007,6 @@
* as they may make use of an address we are about to invalidate.
*/
intr = intr_disable();
- critical_enter();
/*
* Clear the old mapping's valid bit, but leave the rest of the entry
@@ -3021,7 +3020,6 @@
pmap_store(pte, newpte);
dsb(ishst);
- critical_exit();
intr_restore(intr);
}

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 8, 6:55 AM (6 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29398159
Default Alt Text
D21753.diff (498 B)

Event Timeline