|
@@ -431,10 +431,6 @@ int __init save_microcode_in_initrd_amd(void)
|
|
else
|
|
else
|
|
container = cont_va;
|
|
container = cont_va;
|
|
|
|
|
|
- if (ucode_new_rev)
|
|
|
|
- pr_info_once("microcode updated early to new patch_level=0x%08x\n",
|
|
|
|
- ucode_new_rev);
|
|
|
|
-
|
|
|
|
eax = cpuid_eax(0x00000001);
|
|
eax = cpuid_eax(0x00000001);
|
|
eax = ((eax >> 8) & 0xf) + ((eax >> 20) & 0xff);
|
|
eax = ((eax >> 8) & 0xf) + ((eax >> 20) & 0xff);
|
|
|
|
|
|
@@ -956,6 +952,10 @@ struct microcode_ops * __init init_amd_microcode(void)
|
|
return NULL;
|
|
return NULL;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if (ucode_new_rev)
|
|
|
|
+ pr_info_once("microcode updated early to new patch_level=0x%08x\n",
|
|
|
|
+ ucode_new_rev);
|
|
|
|
+
|
|
return µcode_amd_ops;
|
|
return µcode_amd_ops;
|
|
}
|
|
}
|
|
|
|
|