summaryrefslogtreecommitdiff
path: root/xen/arch/x86/cpu/amd.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/arch/x86/cpu/amd.c')
-rw-r--r--xen/arch/x86/cpu/amd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/cpu/amd.c b/xen/arch/x86/cpu/amd.c
index f87484b7ce..a8e37dbb1f 100644
--- a/xen/arch/x86/cpu/amd.c
+++ b/xen/arch/x86/cpu/amd.c
@@ -693,7 +693,7 @@ void amd_init_ssbd(const struct cpuinfo_x86 *c)
return;
if (cpu_has_amd_ssbd) {
- wrmsrl(MSR_SPEC_CTRL, opt_ssbd ? SPEC_CTRL_SSBD : 0);
+ /* Handled by common MSR_SPEC_CTRL logic */
return;
}