aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/mce_amd.c
diff options
context:
space:
mode:
authorJacob Shin <jacob.shin@amd.com>2006-07-10 17:06:09 +0200
committerLinus Torvalds <torvalds@g5.osdl.org>2006-07-10 15:12:32 -0700
commit0d2caebd562a20188a0d7f4e4f516b7ed69f319e (patch)
tree9be87dd69e5309024aac0241d42cedcfa1c8e794 /arch/x86_64/kernel/mce_amd.c
parent[PATCH] x86_64: Bring x86-64 ia32 emul in sync with i386 on READ_IMPLIES_EXEC enabling (diff)
downloadlinux-dev-0d2caebd562a20188a0d7f4e4f516b7ed69f319e.tar.xz
linux-dev-0d2caebd562a20188a0d7f4e4f516b7ed69f319e.zip
[PATCH] x86_64: Fix hotplug problem in mce amd
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>
Diffstat (limited to 'arch/x86_64/kernel/mce_amd.c')
-rw-r--r--arch/x86_64/kernel/mce_amd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/mce_amd.c b/arch/x86_64/kernel/mce_amd.c
index 335200aa2737..db2acbf7ad28 100644
--- 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;
}