mach_mpspec.h 259 B

123456789101112
  1. #ifndef _ASM_X86_MACH_DEFAULT_MACH_MPSPEC_H
  2. #define _ASM_X86_MACH_DEFAULT_MACH_MPSPEC_H
  3. #define MAX_IRQ_SOURCES 256
  4. #if CONFIG_BASE_SMALL == 0
  5. #define MAX_MP_BUSSES 256
  6. #else
  7. #define MAX_MP_BUSSES 32
  8. #endif
  9. #endif /* _ASM_X86_MACH_DEFAULT_MACH_MPSPEC_H */