diff options
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/bigsmp/apic.h | 1 | ||||
-rw-r--r-- | arch/x86/include/asm/es7000/apic.h | 1 | ||||
-rw-r--r-- | arch/x86/include/asm/mach-default/mach_apic.h | 1 | ||||
-rw-r--r-- | arch/x86/include/asm/mach-generic/mach_apic.h | 1 | ||||
-rw-r--r-- | arch/x86/include/asm/numaq/apic.h | 1 | ||||
-rw-r--r-- | arch/x86/include/asm/summit/apic.h | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/include/asm/bigsmp/apic.h b/arch/x86/include/asm/bigsmp/apic.h index d6aeca3c5a8d..b550cb111028 100644 --- a/arch/x86/include/asm/bigsmp/apic.h +++ b/arch/x86/include/asm/bigsmp/apic.h | |||
@@ -2,7 +2,6 @@ | |||
2 | #define __ASM_MACH_APIC_H | 2 | #define __ASM_MACH_APIC_H |
3 | 3 | ||
4 | #define xapic_phys_to_log_apicid(cpu) (per_cpu(x86_bios_cpu_apicid, cpu)) | 4 | #define xapic_phys_to_log_apicid(cpu) (per_cpu(x86_bios_cpu_apicid, cpu)) |
5 | #define esr_disable (1) | ||
6 | 5 | ||
7 | static inline int bigsmp_apic_id_registered(void) | 6 | static inline int bigsmp_apic_id_registered(void) |
8 | { | 7 | { |
diff --git a/arch/x86/include/asm/es7000/apic.h b/arch/x86/include/asm/es7000/apic.h index 53adda099c96..aa11c768bed7 100644 --- a/arch/x86/include/asm/es7000/apic.h +++ b/arch/x86/include/asm/es7000/apic.h | |||
@@ -4,7 +4,6 @@ | |||
4 | #include <linux/gfp.h> | 4 | #include <linux/gfp.h> |
5 | 5 | ||
6 | #define xapic_phys_to_log_apicid(cpu) per_cpu(x86_bios_cpu_apicid, cpu) | 6 | #define xapic_phys_to_log_apicid(cpu) per_cpu(x86_bios_cpu_apicid, cpu) |
7 | #define esr_disable (1) | ||
8 | 7 | ||
9 | static inline int es7000_apic_id_registered(void) | 8 | static inline int es7000_apic_id_registered(void) |
10 | { | 9 | { |
diff --git a/arch/x86/include/asm/mach-default/mach_apic.h b/arch/x86/include/asm/mach-default/mach_apic.h index 77a972475878..5f8d17fdc965 100644 --- a/arch/x86/include/asm/mach-default/mach_apic.h +++ b/arch/x86/include/asm/mach-default/mach_apic.h | |||
@@ -18,7 +18,6 @@ static inline const struct cpumask *default_target_cpus(void) | |||
18 | } | 18 | } |
19 | 19 | ||
20 | #define NO_BALANCE_IRQ (0) | 20 | #define NO_BALANCE_IRQ (0) |
21 | #define esr_disable (0) | ||
22 | 21 | ||
23 | #ifdef CONFIG_X86_64 | 22 | #ifdef CONFIG_X86_64 |
24 | #include <asm/genapic.h> | 23 | #include <asm/genapic.h> |
diff --git a/arch/x86/include/asm/mach-generic/mach_apic.h b/arch/x86/include/asm/mach-generic/mach_apic.h index da2d7780cb52..63fe985219f9 100644 --- a/arch/x86/include/asm/mach-generic/mach_apic.h +++ b/arch/x86/include/asm/mach-generic/mach_apic.h | |||
@@ -3,7 +3,6 @@ | |||
3 | 3 | ||
4 | #include <asm/genapic.h> | 4 | #include <asm/genapic.h> |
5 | 5 | ||
6 | #define esr_disable (apic->ESR_DISABLE) | ||
7 | #define NO_BALANCE_IRQ (apic->no_balance_irq) | 6 | #define NO_BALANCE_IRQ (apic->no_balance_irq) |
8 | #undef APIC_DEST_LOGICAL | 7 | #undef APIC_DEST_LOGICAL |
9 | #define APIC_DEST_LOGICAL (apic->apic_destination_logical) | 8 | #define APIC_DEST_LOGICAL (apic->apic_destination_logical) |
diff --git a/arch/x86/include/asm/numaq/apic.h b/arch/x86/include/asm/numaq/apic.h index 1111ff9e41de..8ecb3b45c6c4 100644 --- a/arch/x86/include/asm/numaq/apic.h +++ b/arch/x86/include/asm/numaq/apic.h | |||
@@ -13,7 +13,6 @@ static inline const cpumask_t *numaq_target_cpus(void) | |||
13 | } | 13 | } |
14 | 14 | ||
15 | #define NO_BALANCE_IRQ (1) | 15 | #define NO_BALANCE_IRQ (1) |
16 | #define esr_disable (1) | ||
17 | 16 | ||
18 | static inline unsigned long check_apicid_used(physid_mask_t bitmap, int apicid) | 17 | static inline unsigned long check_apicid_used(physid_mask_t bitmap, int apicid) |
19 | { | 18 | { |
diff --git a/arch/x86/include/asm/summit/apic.h b/arch/x86/include/asm/summit/apic.h index cf5036f1ce6d..84679e687add 100644 --- a/arch/x86/include/asm/summit/apic.h +++ b/arch/x86/include/asm/summit/apic.h | |||
@@ -4,7 +4,6 @@ | |||
4 | #include <asm/smp.h> | 4 | #include <asm/smp.h> |
5 | #include <linux/gfp.h> | 5 | #include <linux/gfp.h> |
6 | 6 | ||
7 | #define esr_disable (1) | ||
8 | #define NO_BALANCE_IRQ (0) | 7 | #define NO_BALANCE_IRQ (0) |
9 | 8 | ||
10 | /* In clustered mode, the high nibble of APIC ID is a cluster number. | 9 | /* In clustered mode, the high nibble of APIC ID is a cluster number. |