Extract split lock mitigation into common file

This reduces duplication of the split lock mitigation path.
Additionally, it allows extending the functionality of procsysctl into
also getting the split lock mitigation state.
This commit is contained in:
MithicSpirit
2025-01-28 20:11:46 -05:00
committed by afayaz-feral
parent 2d71be6a94
commit d84c5ded1c
8 changed files with 119 additions and 24 deletions

View File

@ -3,6 +3,7 @@ common_sources = [
'common-logging.c',
'common-governors.c',
'common-profile.c',
'common-splitlock.c',
'common-external.c',
'common-helpers.c',
'common-gpu.c',