mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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:
parent
838de1d843
commit
9cb23f598c
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user