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:
44612a3
)
x86, MCE, AMD: Move invariant code out from loop body
author
Chen Yucong
<slaoub@gmail.com>
Thu, 2 Oct 2014 15:20:12 +0000
(23:20 +0800)
committer
Borislav Petkov
<bp@suse.de>
Tue, 21 Oct 2014 20:12:56 +0000
(22:12 +0200)
Assigning to mce_threshold_vector is loop-invariant code in
mce_amd_feature_init(). So do it only once, out of loop body.
Signed-off-by: Chen Yucong <slaoub@gmail.com>
Link:
http://lkml.kernel.org/r/1412263212.8085.6.camel@debian
[ Boris: commit message corrections. ]
Signed-off-by: Borislav Petkov <bp@suse.de>
No differences found