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
Unknown Object (File)
Wed, Oct 15, 7:08 AM
Unknown Object (File)
Sun, Sep 28, 7:43 AM
Unknown Object (File)
Thu, Sep 25, 2:30 AM
Unknown Object (File)
Aug 3 2025, 7:25 AM
Unknown Object (File)
Aug 3 2025, 7:24 AM
Unknown Object (File)
Jul 26 2025, 9:31 AM
Unknown Object (File)
Jun 26 2025, 9:41 AM
Unknown Object (File)
Jun 22 2025, 1:00 PM
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