x86/speculation: Simplify indirect_branch_prediction_barrier()
authorBorislav Petkov <[email protected]>
Sat, 27 Jan 2018 16:24:34 +0000 (16:24 +0000)
committerThomas Gleixner <[email protected]>
Sat, 27 Jan 2018 18:10:45 +0000 (19:10 +0100)
commit64e16720ea0879f8ab4547e3b9758936d483909b
treee8f8f39b1bfc79990ae218f451e035724d8e2d87
parent1dde7415e99933bb7293d6b2843752cbdb43ec11
x86/speculation: Simplify indirect_branch_prediction_barrier()

Make it all a function which does the WRMSR instead of having a hairy
inline asm.

[dwmw2: export it, fix CONFIG_RETPOLINE issues]

Signed-off-by: Borislav Petkov <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
arch/x86/include/asm/nospec-branch.h
arch/x86/include/asm/processor.h
arch/x86/kernel/cpu/bugs.c