OSDN Git Service
(root)
/
sagit-ice-cold
/
kernel_xiaomi_msm8998.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3391c22
)
[PATCH] x86_64: Fix hotplug problem in mce amd
author
Jacob Shin
<jacob.shin@amd.com>
Mon, 10 Jul 2006 15:06:09 +0000
(17:06 +0200)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 10 Jul 2006 22:12:32 +0000
(15:12 -0700)
Signed-off-by: Jacob Shin <jacob.shin@amd.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/mce_amd.c
patch
|
blob
|
history
diff --git
a/arch/x86_64/kernel/mce_amd.c
b/arch/x86_64/kernel/mce_amd.c
index
335200a
..
db2acbf
100644
(file)
--- a/
arch/x86_64/kernel/mce_amd.c
+++ b/
arch/x86_64/kernel/mce_amd.c
@@
-597,7
+597,7
@@
static __cpuinit void threshold_remove_bank(unsigned int cpu, int bank)
/* sibling symlink */
if (shared_bank[bank] && b->blocks->cpu != cpu) {
sysfs_remove_link(&per_cpu(device_mce, cpu).kobj, name);
- per_cpu(threshold_banks,
i
)[bank] = NULL;
+ per_cpu(threshold_banks,
cpu
)[bank] = NULL;
return;
}