Page MenuHomeFreeBSD

Handle concurrent pmap_kextract() and promotion/demotion on arm64
ClosedPublic

Authored by alc on Aug 6 2019, 3:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 25 2024, 10:49 PM
Unknown Object (File)
Dec 28 2023, 1:07 PM
Unknown Object (File)
Dec 23 2023, 1:43 AM
Unknown Object (File)
Dec 10 2023, 10:21 PM
Unknown Object (File)
Dec 10 2023, 2:02 AM
Unknown Object (File)
Oct 10 2023, 8:28 PM
Unknown Object (File)
Sep 10 2023, 8:40 AM
Unknown Object (File)
Sep 8 2023, 2:26 PM

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

andrew added inline comments.
arm64/arm64/pmap.c
1134

This else is unneeded as the if will return.

This revision is now accepted and ready to land.Aug 7 2019, 10:20 AM

Deindent most of pmap_kextract().

Revise the comment in pmap_kextract() to refer to pmap_update_entry() rather than demotion and promotion because we also use pmap_update_entry() on L3 entries in pmap_change_attr_locked().

This revision now requires review to proceed.Aug 7 2019, 4:09 PM
alc marked an inline comment as done.Aug 7 2019, 4:10 PM
This revision is now accepted and ready to land.Aug 7 2019, 4:11 PM