mach_mpspec.h 211 B

123456789101112
  1. #ifndef __ASM_MACH_MPSPEC_H
  2. #define __ASM_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_MACH_MPSPEC_H */