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
F151006507: D21169.id60568.diff
Sun, Apr 5, 10:30 AM
Unknown Object (File)
Sat, Apr 4, 10:15 AM
Unknown Object (File)
Sat, Apr 4, 12:27 AM
Unknown Object (File)
Fri, Apr 3, 11:54 PM
Unknown Object (File)
Fri, Apr 3, 6:54 AM
Unknown Object (File)
Wed, Apr 1, 9:49 PM
Unknown Object (File)
Wed, Apr 1, 2:30 PM
Unknown Object (File)
Sun, Mar 29, 11:34 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

andrew added inline comments.
arm64/arm64/pmap.c
1134 ↗(On Diff #60507)

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