[patch 06/24] x86/speculation: Rename SSBD update functions

2018-11-21 Thread Thomas Gleixner
From: Tim Chen During context switch, the SSBD bit in SPEC_CTRL MSR is updated according to changes of the TIF_SSBD flag in the current and next running task. Currently, only the bit controlling speculative store bypass disable in SPEC_CTRL MSR is updated and the related update functions all

[patch 06/24] x86/speculation: Rename SSBD update functions

2018-11-21 Thread Thomas Gleixner
From: Tim Chen During context switch, the SSBD bit in SPEC_CTRL MSR is updated according to changes of the TIF_SSBD flag in the current and next running task. Currently, only the bit controlling speculative store bypass disable in SPEC_CTRL MSR is updated and the related update functions all