mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10.git
synced 2026-09-09 00:07:04 +08:00
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/3246 JIRA: https://issues.redhat.com/browse/RHEL-176084 NVIDIA Olympus has SMT cores that share `PMCCNTR_EL0`. This results in the counter incrementing even during a WFI/WFE if the sibling is not idle which is unexpected. This patch avoids using `PMCCNTR_EL0` on the platform. Signed-off-by: Charles Mirabile <cmirabil@redhat.com> Approved-by: Mark Langsdorf <mlangsdo@redhat.com> Approved-by: Mark Salter <msalter@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>