diff options
author | Jacob Shin <jacob.w.shin@gmail.com> | 2006-06-26 13:58:50 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 10:48:20 -0700 |
commit | fff2e89f11dd9b9b45e9212bc543154ca3d028a1 (patch) | |
tree | fa25f3e41cf642f23c187a2fb13c0595eba825bc /include/asm-x86_64/mce.h | |
parent | 17fc14ff1bdbc393e1cf4f6fd1e1e53d72ab9fe5 (diff) | |
download | op-kernel-dev-fff2e89f11dd9b9b45e9212bc543154ca3d028a1.zip op-kernel-dev-fff2e89f11dd9b9b45e9212bc543154ca3d028a1.tar.gz |
[PATCH] x86_64: mce_amd relocate sysfs files
Get rid of /sys/devices/system/threshold directory and move
mce_amd thresholding files into the machine sysfs directory --
/sys/devices/system/machinecheck.
AK: Fixed warning
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 'include/asm-x86_64/mce.h')
-rw-r--r-- | include/asm-x86_64/mce.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86_64/mce.h b/include/asm-x86_64/mce.h index 7229785..08f721e 100644 --- a/include/asm-x86_64/mce.h +++ b/include/asm-x86_64/mce.h @@ -74,6 +74,8 @@ struct mce_log { #include <asm/atomic.h> void mce_log(struct mce *m); +DECLARE_PER_CPU(struct sys_device, device_mce); + #ifdef CONFIG_X86_MCE_INTEL void mce_intel_feature_init(struct cpuinfo_x86 *c); #else |