Skip to content

Commit

Permalink
perf/ibs: Fix comment
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Ravi Bangoria authored and Peter Zijlstra committed May 11, 2022
1 parent 838de1d commit 9cb23f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/x86/include/asm/amd-ibs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion tools/arch/x86/include/asm/amd-ibs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9cb23f5

Please sign in to comment.