diff options
-rw-r--r-- | arch/x86/kernel/microcode_amd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/microcode_amd.c b/arch/x86/kernel/microcode_amd.c index 8b58fc13e37..274fa4063c7 100644 --- a/arch/x86/kernel/microcode_amd.c +++ b/arch/x86/kernel/microcode_amd.c | |||
@@ -77,7 +77,6 @@ static int collect_cpu_info_amd(int cpu, struct cpu_signature *csig) | |||
77 | struct cpuinfo_x86 *c = &cpu_data(cpu); | 77 | struct cpuinfo_x86 *c = &cpu_data(cpu); |
78 | u32 dummy; | 78 | u32 dummy; |
79 | 79 | ||
80 | memset(csig, 0, sizeof(*csig)); | ||
81 | if (c->x86_vendor != X86_VENDOR_AMD || c->x86 < 0x10) { | 80 | if (c->x86_vendor != X86_VENDOR_AMD || c->x86 < 0x10) { |
82 | pr_warning("microcode: CPU%d: AMD CPU family 0x%x not " | 81 | pr_warning("microcode: CPU%d: AMD CPU family 0x%x not " |
83 | "supported\n", cpu, c->x86); | 82 | "supported\n", cpu, c->x86); |