Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F155008785
D16303.id45614.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
389 B
Referenced Files
None
Subscribers
None
D16303.id45614.diff
View Options
Index: head/sys/arm64/arm64/pmap.c
===================================================================
--- head/sys/arm64/arm64/pmap.c
+++ head/sys/arm64/arm64/pmap.c
@@ -4784,6 +4784,7 @@
* If the page table page is new, initialize it.
*/
if (ml3->wire_count == 1) {
+ ml3->wire_count = NL3PG;
for (i = 0; i < Ln_ENTRIES; i++) {
l3[i] = newl3 | phys;
phys += L3_SIZE;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 1, 3:59 PM (18 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32584789
Default Alt Text
D16303.id45614.diff (389 B)
Attached To
Mode
D16303: Implement support for pmap_enter(psind == 1) for arm64.
Attached
Detach File
Event Timeline
Log In to Comment