diff options
author | Tyler Hicks <tyhicks@canonical.com> | 2019-11-04 12:22:02 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2019-11-04 12:22:02 +0100 |
commit | 731dc9df975a5da21237a18c3384f811a7a41cc6 (patch) | |
tree | 9f8e64dbc0fa2b579978052937ac56ac48fd1b20 /arch/x86/kvm | |
parent | x86/cpu: Add Tremont to the cpu vulnerability whitelist (diff) | |
download | linux-731dc9df975a5da21237a18c3384f811a7a41cc6.tar.xz linux-731dc9df975a5da21237a18c3384f811a7a41cc6.zip |
cpu/speculation: Uninline and export CPU mitigations helpers
A kernel module may need to check the value of the "mitigations=" kernel
command line parameter as part of its setup when the module needs
to perform software mitigations for a CPU flaw.
Uninline and export the helper functions surrounding the cpu_mitigations
enum to allow for their usage from a module.
Lastly, privatize the enum and cpu_mitigations variable since the value of
cpu_mitigations can be checked with the exported helper functions.
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kvm')
0 files changed, 0 insertions, 0 deletions