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:
88ccbed
)
x86, mce, cmci: remove incorrect __cpuinit/__cpuexit annotations
author
H. Peter Anvin
<hpa@zytor.com>
Tue, 24 Feb 2009 21:19:02 +0000
(13:19 -0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Tue, 24 Feb 2009 21:41:01 +0000
(13:41 -0800)
Impact: Bug fix on UP
The MCE code is reinitialized from resume, so we can't use
__cpuinit/__cpuexit for most of the code. Remove those annotations
for anything downstream of mce_init().
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
No differences found