diff options
author | 2018-07-21 22:25:00 +0200 | |
---|---|---|
committer | 2018-08-05 09:53:11 +0200 | |
commit | 427362a142441f08051369db6fbe7f61c73b3dca (patch) | |
tree | ba71f75e451fdf7c35e8382cdaffa58c8bb362ee /tools/perf/scripts/python/export-to-postgresql.py | |
parent | x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush() (diff) | |
download | linux-dev-427362a142441f08051369db6fbe7f61c73b3dca.tar.xz linux-dev-427362a142441f08051369db6fbe7f61c73b3dca.zip |
x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
The vmx_l1d_flush_always static key is only ever evaluated if
vmx_l1d_should_flush is enabled. In that case however, there are only two
L1d flushing modes possible: "always" and "conditional".
The "conditional" mode's implementation tends to require more sophisticated
logic than the "always" mode.
Avoid inverted logic by replacing the 'vmx_l1d_flush_always' static key
with a 'vmx_l1d_flush_cond' one.
There is no change in functionality.
Signed-off-by: Nicolai Stange <nstange@suse.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions