Skip to content

Commit

Permalink
[processor] Update msr load issue to include focal
Browse files Browse the repository at this point in the history
Signed-off-by: Arif Ali <[email protected]>
  • Loading branch information
arif-ali authored and TurboTurtle committed Nov 27, 2024
1 parent 9ee0572 commit 9476b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def setup(self):
], cmd_as_tag=True)

if (isinstance(self.policy, UbuntuPolicy) and
self.policy.dist_version() >= 22.04):
self.policy.dist_version() >= 20.04):
self.cpu_kmods = ['msr']

cpupower_pred = SoSPredicate(self, kmods=self.cpu_kmods)
Expand Down

0 comments on commit 9476b9d

Please sign in to comment.