aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/summit/apic.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-27 23:57:56 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-28 17:20:20 -0500
commit2e867b17cc02e1799f18126af0ddd7b63dd8f6f4 (patch)
treec5c0cc37ded5fb8b9ced26550d99f7706cd3cea2 /arch/x86/include/asm/summit/apic.h
parentd1d7cae8fd54a301a0de531b48451649933ffdcf (diff)
x86, apic: remove no_balance_irq and no_ioapic_check flags
These flags are completely unused. (the in-kernel IRQ balancer has been removed from the upstream kernel.) Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/summit/apic.h')
-rw-r--r--arch/x86/include/asm/summit/apic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/summit/apic.h b/arch/x86/include/asm/summit/apic.h
index 482038b244b0..51df002ecf4c 100644
--- a/arch/x86/include/asm/summit/apic.h
+++ b/arch/x86/include/asm/summit/apic.h
@@ -4,8 +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 NO_BALANCE_IRQ (0)
8
9/* In clustered mode, the high nibble of APIC ID is a cluster number. 7/* In clustered mode, the high nibble of APIC ID is a cluster number.
10 * The low nibble is a 4-bit bitmap. */ 8 * The low nibble is a 4-bit bitmap. */
11#define XAPIC_DEST_CPUS_SHIFT 4 9#define XAPIC_DEST_CPUS_SHIFT 4