Page MenuHomeFreeBSD

D21753.id62425.diff
No OneTemporary

D21753.id62425.diff

Index: arm64/arm64/pmap.c
===================================================================
--- arm64/arm64/pmap.c
+++ 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
Fri, Apr 24, 10:53 PM (9 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32095650
Default Alt Text
D21753.id62425.diff (471 B)

Event Timeline