perf/ibs: Fix comment

s/IBS Op Data 2/IBS Op Data 1/ for MSR 0xc0011035.

Signed-off-by: Ravi Bangoria <ravi.bangoria@amd.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20220509044914.1473-9-ravi.bangoria@amd.com
This commit is contained in:
Ravi Bangoria 2022-05-09 10:19:14 +05:30 committed by Peter Zijlstra
parent 838de1d843
commit 9cb23f598c
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ union ibs_op_ctl {
};
};
/* MSR 0xc0011035: IBS Op Data 2 */
/* MSR 0xc0011035: IBS Op Data 1 */
union ibs_op_data {
__u64 val;
struct {

View File

@ -49,7 +49,7 @@ union ibs_op_ctl {
};
};
/* MSR 0xc0011035: IBS Op Data 2 */
/* MSR 0xc0011035: IBS Op Data 1 */
union ibs_op_data {
__u64 val;
struct {