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
Sat, Sep 12, 8:08 PM (7 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38816577
Default Alt Text
D21753.diff (498 B)

Event Timeline