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)
Jan 6 2024, 3:53 PM
Unknown Object (File)
Dec 23 2023, 3:24 AM
Unknown Object (File)
Nov 18 2023, 12:31 AM
Unknown Object (File)
Nov 7 2023, 9:44 AM
Unknown Object (File)
Nov 5 2023, 3:48 PM
Unknown Object (File)
Oct 6 2023, 8:38 AM
Unknown Object (File)
Oct 4 2023, 2:27 PM
Unknown Object (File)
Sep 30 2023, 2:30 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