Skip to content

Commit 9cb23f5

Browse files
Ravi BangoriaPeter Zijlstra
authored andcommitted
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
1 parent 838de1d commit 9cb23f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/x86/include/asm/amd-ibs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ union ibs_op_ctl {
4949
};
5050
};
5151

52-
/* MSR 0xc0011035: IBS Op Data 2 */
52+
/* MSR 0xc0011035: IBS Op Data 1 */
5353
union ibs_op_data {
5454
__u64 val;
5555
struct {

tools/arch/x86/include/asm/amd-ibs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ union ibs_op_ctl {
4949
};
5050
};
5151

52-
/* MSR 0xc0011035: IBS Op Data 2 */
52+
/* MSR 0xc0011035: IBS Op Data 1 */
5353
union ibs_op_data {
5454
__u64 val;
5555
struct {

0 commit comments

Comments
 (0)