diff options
author | Nicolai Stange <nstange@suse.de> | 2018-07-21 22:25:00 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-08-05 09:53:11 +0200 |
commit | 427362a142441f08051369db6fbe7f61c73b3dca (patch) | |
tree | ba71f75e451fdf7c35e8382cdaffa58c8bb362ee /net/tipc/node.c | |
parent | 379fd0c7e6a391e5565336a646f19f218fb98c6c (diff) | |
download | linux-427362a142441f08051369db6fbe7f61c73b3dca.tar.bz2 |
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 'net/tipc/node.c')
0 files changed, 0 insertions, 0 deletions