Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66a6f8d5 authored by Yinghai Lu's avatar Yinghai Lu Committed by Ingo Molnar
Browse files

x86: remove unused file after numaq etc depends on genericarch



we don't need those mach_mpspec.h files now.

Signed-off-by: default avatarYinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 1c6e5503
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
#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 */
+0 −8
Original line number Original line Diff line number Diff line
#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 */
+0 −8
Original line number Original line Diff line number Diff line
#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 */
+0 −9
Original line number Original line Diff line number Diff line
#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 */