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>
This commit is contained in:
Ingo Molnar
2009-01-28 05:08:44 +01:00
parent f6f52baf26
commit 08125d3eda
11 changed files with 13 additions and 13 deletions

View File

@ -28,7 +28,7 @@ struct genapic {
const struct cpumask *(*target_cpus)(void);
int ESR_DISABLE;
int disable_esr;
int apic_destination_logical;
unsigned long (*check_apicid_used)(physid_mask_t bitmap, int apicid);