Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173026
b: refs/heads/master
c: 14c5694
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Herrmann authored and Ingo Molnar committed Nov 10, 2009
1 parent aa7f611 commit ffefe7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d1c84f79a6ba992dc01e312c44a21496303874d6
refs/heads/master: 14c569425a0ae12cbeed72fdb8ebe78c48455dfd
5 changes: 1 addition & 4 deletions trunk/arch/x86/kernel/microcode_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,8 @@ static int get_matching_microcode(int cpu, void *mc, int rev)
i++;
}

if (!equiv_cpu_id) {
printk(KERN_WARNING "microcode: CPU%d: cpu revision "
"not listed in equivalent cpu table\n", cpu);
if (!equiv_cpu_id)
return 0;
}

if (mc_header->processor_rev_id != equiv_cpu_id)
return 0;
Expand Down

0 comments on commit ffefe7c

Please sign in to comment.