aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mach-generic
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 00:50:47 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-28 17:20:20 -0500
commite2d40b1878bd13ca1028ddd299c48e4821ac3535 (patch)
tree6b2a69b3323346137e7146537edd1118dcce7862 /arch/x86/include/asm/mach-generic
parent2e867b17cc02e1799f18126af0ddd7b63dd8f6f4 (diff)
x86, apic: clean up ->vector_allocation_domain()
- separate the namespace - remove macros - move the default vector-allocation-domain to mach-generic - fix whitespace damage Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/mach-generic')
-rw-r--r--arch/x86/include/asm/mach-generic/mach_apic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mach-generic/mach_apic.h b/arch/x86/include/asm/mach-generic/mach_apic.h
index 4cb9e2b99e37..e94881af9625 100644
--- a/arch/x86/include/asm/mach-generic/mach_apic.h
+++ b/arch/x86/include/asm/mach-generic/mach_apic.h
@@ -15,7 +15,6 @@
15#define check_phys_apicid_present (apic->check_phys_apicid_present) 15#define check_phys_apicid_present (apic->check_phys_apicid_present)
16#define cpu_mask_to_apicid (apic->cpu_mask_to_apicid) 16#define cpu_mask_to_apicid (apic->cpu_mask_to_apicid)
17#define cpu_mask_to_apicid_and (apic->cpu_mask_to_apicid_and) 17#define cpu_mask_to_apicid_and (apic->cpu_mask_to_apicid_and)
18#define vector_allocation_domain (apic->vector_allocation_domain)
19#define enable_apic_mode (apic->enable_apic_mode) 18#define enable_apic_mode (apic->enable_apic_mode)
20#define phys_pkg_id (apic->phys_pkg_id) 19#define phys_pkg_id (apic->phys_pkg_id)
21#define wakeup_secondary_cpu (apic->wakeup_cpu) 20#define wakeup_secondary_cpu (apic->wakeup_cpu)