diff options
Diffstat (limited to 'arch/x86/kernel/cpu/microcode')
| -rw-r--r-- | arch/x86/kernel/cpu/microcode/amd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/microcode/amd.c b/arch/x86/kernel/cpu/microcode/amd.c index 2233f8a76615..75d3aab5f7b2 100644 --- a/arch/x86/kernel/cpu/microcode/amd.c +++ b/arch/x86/kernel/cpu/microcode/amd.c | |||
| @@ -953,7 +953,7 @@ struct microcode_ops * __init init_amd_microcode(void) | |||
| 953 | struct cpuinfo_x86 *c = &boot_cpu_data; | 953 | struct cpuinfo_x86 *c = &boot_cpu_data; |
| 954 | 954 | ||
| 955 | if (c->x86_vendor != X86_VENDOR_AMD || c->x86 < 0x10) { | 955 | if (c->x86_vendor != X86_VENDOR_AMD || c->x86 < 0x10) { |
| 956 | pr_warning("AMD CPU family 0x%x not supported\n", c->x86); | 956 | pr_warn("AMD CPU family 0x%x not supported\n", c->x86); |
| 957 | return NULL; | 957 | return NULL; |
| 958 | } | 958 | } |
| 959 | 959 | ||
