git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d48bb9
)
x86/microcode/intel: Simplify load_ucode_intel_bsp()
author
Borislav Petkov
<bp@suse.de>
Mon, 9 Feb 2015 21:59:51 +0000
(22:59 +0100)
committer
Borislav Petkov
<bp@suse.de>
Mon, 2 Mar 2015 19:31:51 +0000
(20:31 +0100)
Don't compute start and end from start and size in order to compute size
again down the path in scan_microcode(). So pass size directly instead
and simplify a bunch. Shorten variable names and remove useless ones.
Signed-off-by: Borislav Petkov <bp@suse.de>
No differences found