summaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-generic/bigsmp.c
diff options
context:
space:
mode:
authorIngo Molnar2009-01-28 05:08:44 +0100
committerIngo Molnar2009-01-28 23:20:18 +0100
commit08125d3edab90644724652eedec3e219e3e0f2e7 (patch)
tree682c5b86d8390925f60037af924236c274b02e63 /arch/x86/mach-generic/bigsmp.c
parentx86: clean up esr_disable() methods (diff)
downloadkernel-qcow2-linux-08125d3edab90644724652eedec3e219e3e0f2e7.tar.gz
kernel-qcow2-linux-08125d3edab90644724652eedec3e219e3e0f2e7.tar.xz
kernel-qcow2-linux-08125d3edab90644724652eedec3e219e3e0f2e7.zip
x86: rename ->ESR_DISABLE to ->disable_esr
the ->ESR_DISABLE shouting variant was used to enable the esr_disable macro wrappers. Those ugly macros are removed now so we can rename ->ESR_DISABLE to ->disable_esr Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-generic/bigsmp.c')
-rw-r--r--arch/x86/mach-generic/bigsmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mach-generic/bigsmp.c b/arch/x86/mach-generic/bigsmp.c
index f0bb72674f73..fe9bf252c069 100644
--- a/arch/x86/mach-generic/bigsmp.c
+++ b/arch/x86/mach-generic/bigsmp.c
@@ -69,7 +69,7 @@ struct genapic apic_bigsmp = {
.irq_dest_mode = 0,
.target_cpus = bigsmp_target_cpus,
- .ESR_DISABLE = 1,
+ .disable_esr = 1,
.apic_destination_logical = APIC_DEST_LOGICAL,
.check_apicid_used = check_apicid_used,
.check_apicid_present = check_apicid_present,