x86: remove unused file after numaq etc depends on genericarch
we don't need those mach_mpspec.h files now. Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
1c6e55032e
commit
66a6f8d539
|
@ -1,8 +0,0 @@
|
||||||
#ifndef __ASM_MACH_MPSPEC_H
|
|
||||||
#define __ASM_MACH_MPSPEC_H
|
|
||||||
|
|
||||||
#define MAX_IRQ_SOURCES 256
|
|
||||||
|
|
||||||
#define MAX_MP_BUSSES 32
|
|
||||||
|
|
||||||
#endif /* __ASM_MACH_MPSPEC_H */
|
|
|
@ -1,8 +0,0 @@
|
||||||
#ifndef __ASM_MACH_MPSPEC_H
|
|
||||||
#define __ASM_MACH_MPSPEC_H
|
|
||||||
|
|
||||||
#define MAX_IRQ_SOURCES 256
|
|
||||||
|
|
||||||
#define MAX_MP_BUSSES 256
|
|
||||||
|
|
||||||
#endif /* __ASM_MACH_MPSPEC_H */
|
|
|
@ -1,8 +0,0 @@
|
||||||
#ifndef __ASM_MACH_MPSPEC_H
|
|
||||||
#define __ASM_MACH_MPSPEC_H
|
|
||||||
|
|
||||||
#define MAX_IRQ_SOURCES 512
|
|
||||||
|
|
||||||
#define MAX_MP_BUSSES 32
|
|
||||||
|
|
||||||
#endif /* __ASM_MACH_MPSPEC_H */
|
|
|
@ -1,9 +0,0 @@
|
||||||
#ifndef __ASM_MACH_MPSPEC_H
|
|
||||||
#define __ASM_MACH_MPSPEC_H
|
|
||||||
|
|
||||||
#define MAX_IRQ_SOURCES 256
|
|
||||||
|
|
||||||
/* Maximum 256 PCI busses, plus 1 ISA bus in each of 4 cabinets. */
|
|
||||||
#define MAX_MP_BUSSES 260
|
|
||||||
|
|
||||||
#endif /* __ASM_MACH_MPSPEC_H */
|
|
Loading…
Reference in New Issue