Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113332
b: refs/heads/master
c: 636a317
h: refs/heads/master
v: v3
  • Loading branch information
Peter Oruba authored and Ingo Molnar committed Aug 15, 2008
1 parent f315b1f commit a8bee30
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d33dcb9e7d272cc3171dcc3a21049902185ab03d
refs/heads/master: 636a31781684d0f49208aa163f1a5a3a74210eb4
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/microcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ static int do_microcode_update(void)
old = current->cpus_allowed;

while ((cursor = microcode_ops->get_next_ucode(&new_mc, cursor)) > 0) {
error = microcode_ops->microcode_sanity_check(new_mc);
if (microcode_ops->microcode_sanity_check != NULL)
error = microcode_ops->microcode_sanity_check(new_mc);
if (error)
goto out;
/*
Expand Down

0 comments on commit a8bee30

Please sign in to comment.