aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorWaiman Long <[email protected]>2023-07-27 14:45:59 -0400
committerIngo Molnar <[email protected]>2023-10-07 11:33:28 +0200
commit7506203089dceb1d9e1f35d37ad2e46d44798a6d (patch)
tree69cc42d917a2eaa9ff7f344e0fdaa6f541298c50 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent2743fe89d4d41616ffbe1e7e96e443ae7a4b1cc6 (diff)
intel_idle: Use __update_spec_ctrl() in intel_idle_ibrs()
When intel_idle_ibrs() is called, it modifies the SPEC_CTRL MSR to 0 in order disable IBRS. However, the new MSR value isn't reflected in x86_spec_ctrl_current which is at odd with the other code that keep track of its state in that percpu variable. Use the new __update_spec_ctrl() to have the x86_spec_ctrl_current percpu value properly updated. Since spec-ctrl.h includes both msr.h and nospec-branch.h, we can remove those from the include file list. Signed-off-by: Waiman Long <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Acked-by: Rafael J. Wysocki <[email protected]> Cc: Linus Torvalds <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions