Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113343
b: refs/heads/master
c: 82b0786
h: refs/heads/master
i:
  113341: 6453681
  113339: 0197163
  113335: d00196c
  113327: a66d722
  113311: 9be5fca
  113279: ca08df1
v: v3
  • Loading branch information
Peter Oruba authored and Ingo Molnar committed Sep 24, 2008
1 parent 82c5d1e commit 3ca5859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2f9284e4e3be7b0b4d8d0638f9805603069a762d
refs/heads/master: 82b078659ed04e1ecdebf8326e189cf76ed361af
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/microcode_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ static int __init microcode_init(void)

if (c->x86_vendor == X86_VENDOR_INTEL)
microcode_ops = init_intel_microcode();
else if (c->x86_vendor != X86_VENDOR_AMD)
else if (c->x86_vendor == X86_VENDOR_AMD)
microcode_ops = init_amd_microcode();

if (!microcode_ops) {
Expand Down

0 comments on commit 3ca5859

Please sign in to comment.