Page MenuHomeFreeBSD

amd64 pmap: conditionalize per-superpage locks on NUMA
ClosedPublic

Authored by mjg on Oct 11 2019, 4:10 PM.
Tags
None
Referenced Files
F163887234: D21982.id.diff
Sun, Jul 26, 10:08 PM
Unknown Object (File)
Sat, Jul 25, 1:26 AM
Unknown Object (File)
Sat, Jul 25, 12:22 AM
Unknown Object (File)
Sat, Jul 18, 7:03 AM
Unknown Object (File)
Sat, Jul 11, 5:19 PM
Unknown Object (File)
Thu, Jul 2, 4:49 PM
Unknown Object (File)
Jun 23 2026, 3:26 PM
Unknown Object (File)
Jun 19 2026, 12:51 AM
Subscribers

Details

Summary

Instead of superpages use. The current code employs superpage-wide locking regardless and the better locking granularity is welcome with NUMA enabled even when superpage support is not used.

Requested by: alc

Diff Detail

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

Event Timeline

sys/amd64/amd64/pmap.c
425 ↗(On Diff #63153)

whitespace, will fix prior to commit

This revision is now accepted and ready to land.Oct 11 2019, 10:14 PM