diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-08 12:31:17 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-28 09:24:11 -0700 |
commit | cb491fca55e5282f0a95ef39c55352e00d6ca75e (patch) | |
tree | af378d383ec2bbb2aecc9d874365787c1545f4ce /arch/x86/include | |
parent | dba3725d44f5dfb5711fd509fca10b5b828c43b7 (diff) | |
download | op-kernel-dev-cb491fca55e5282f0a95ef39c55352e00d6ca75e.zip op-kernel-dev-cb491fca55e5282f0a95ef39c55352e00d6ca75e.tar.gz |
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')
-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 8488210..b9972a6 100644 --- a/arch/x86/include/asm/mce.h +++ b/arch/x86/include/asm/mce.h @@ -90,7 +90,7 @@ extern int mce_disabled; void mce_setup(struct mce *m); void mce_log(struct mce *m); -DECLARE_PER_CPU(struct sys_device, device_mce); +DECLARE_PER_CPU(struct sys_device, mce_dev); extern void (*threshold_cpu_callback)(unsigned long action, unsigned int cpu); /* |