x86: Fix ASM_X86__ header guards
[deliverable/linux.git] / arch / x86 / include / asm / mach-default / mach_mpspec.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_MACH_DEFAULT__MACH_MPSPEC_H
2#define _ASM_X86_MACH_DEFAULT__MACH_MPSPEC_H
1da177e4
LT
3
4#define MAX_IRQ_SOURCES 256
5
a9aa141c
AM
6#if CONFIG_BASE_SMALL == 0
7#define MAX_MP_BUSSES 256
8#else
1da177e4 9#define MAX_MP_BUSSES 32
a9aa141c 10#endif
1da177e4 11
1965aae3 12#endif /* _ASM_X86_MACH_DEFAULT__MACH_MPSPEC_H */
This page took 0.367576 seconds and 5 git commands to generate.