aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/mach-default/mach_mpspec.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 17:36:56 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-28 23:20:36 +0100
commitb2af018ff26f1a2a026f548f7f0e552589905689 (patch)
treefbb1b7cbc5619a5e4bca606ac1532723abbebf76 /arch/x86/include/asm/mach-default/mach_mpspec.h
parentfb5b33c9f62ca9222c11841d61ddb7dc1a6552e9 (diff)
x86: remove mach_mpspec.h
Move its definitions into mpspec.h. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/mach-default/mach_mpspec.h')
-rw-r--r--arch/x86/include/asm/mach-default/mach_mpspec.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/x86/include/asm/mach-default/mach_mpspec.h b/arch/x86/include/asm/mach-default/mach_mpspec.h
deleted file mode 100644
index e85ede686be..00000000000
--- a/arch/x86/include/asm/mach-default/mach_mpspec.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _ASM_X86_MACH_DEFAULT_MACH_MPSPEC_H
-#define _ASM_X86_MACH_DEFAULT_MACH_MPSPEC_H
-
-#define MAX_IRQ_SOURCES 256
-
-#if CONFIG_BASE_SMALL == 0
-#define MAX_MP_BUSSES 256
-#else
-#define MAX_MP_BUSSES 32
-#endif
-
-#endif /* _ASM_X86_MACH_DEFAULT_MACH_MPSPEC_H */