aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/microcode/amd_early.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/cpu/microcode/amd_early.c')
-rw-r--r--arch/x86/kernel/cpu/microcode/amd_early.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/microcode/amd_early.c b/arch/x86/kernel/cpu/microcode/amd_early.c
index 06674473b0e6..3d988a30a21d 100644
--- a/arch/x86/kernel/cpu/microcode/amd_early.c
+++ b/arch/x86/kernel/cpu/microcode/amd_early.c
@@ -389,7 +389,7 @@ int __init save_microcode_in_initrd_amd(void)
389 eax = cpuid_eax(0x00000001); 389 eax = cpuid_eax(0x00000001);
390 eax = ((eax >> 8) & 0xf) + ((eax >> 20) & 0xff); 390 eax = ((eax >> 8) & 0xf) + ((eax >> 20) & 0xff);
391 391
392 ret = load_microcode_amd(eax, container, container_size); 392 ret = load_microcode_amd(smp_processor_id(), eax, container, container_size);
393 if (ret != UCODE_OK) 393 if (ret != UCODE_OK)
394 retval = -EINVAL; 394 retval = -EINVAL;
395 395