diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-08 06:31:17 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-28 12:24:11 -0400 |
commit | cb491fca55e5282f0a95ef39c55352e00d6ca75e (patch) | |
tree | af378d383ec2bbb2aecc9d874365787c1545f4ce /arch/x86/include/asm/mce.h | |
parent | dba3725d44f5dfb5711fd509fca10b5b828c43b7 (diff) |
x86, mce: Rename sysfs variables
Shorten variable names. This also compacts the code a bit.
device_mce => mce_dev
mce_device_initialized => mce_dev_initialized
mce_attribute => mce_attrs
[ Impact: cleanup ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm/mce.h')
-rw-r--r-- | arch/x86/include/asm/mce.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mce.h b/arch/x86/include/asm/mce.h index 8488210b866f..b9972a6bc2a1 100644 --- a/arch/x86/include/asm/mce.h +++ b/arch/x86/include/asm/mce.h | |||
@@ -90,7 +90,7 @@ extern int mce_disabled; | |||
90 | 90 | ||
91 | void mce_setup(struct mce *m); | 91 | void mce_setup(struct mce *m); |
92 | void mce_log(struct mce *m); | 92 | void mce_log(struct mce *m); |
93 | DECLARE_PER_CPU(struct sys_device, device_mce); | 93 | DECLARE_PER_CPU(struct sys_device, mce_dev); |
94 | extern void (*threshold_cpu_callback)(unsigned long action, unsigned int cpu); | 94 | extern void (*threshold_cpu_callback)(unsigned long action, unsigned int cpu); |
95 | 95 | ||
96 | /* | 96 | /* |