Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113329
b: refs/heads/master
c: daa9c0f
h: refs/heads/master
i:
  113327: a66d722
v: v3
  • Loading branch information
Peter Oruba authored and Ingo Molnar committed Jul 31, 2008
1 parent f53122f commit aa22622
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: 831f9bd3151ebd22959a0cb2a20b44a06b26d4ed
refs/heads/master: daa9c0fee1cbe1d49fbe29af3d4bb16312043b1e
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/microcode_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@ static int cpu_request_microcode_amd(int cpu)
return error;
}

buf_pos = buf = firmware->data;
buf_pos = (unsigned int *)firmware->data;
buf = (void *)firmware->data;
size = firmware->size;

if (buf_pos[0] != UCODE_MAGIC) {
Expand Down

0 comments on commit aa22622

Please sign in to comment.