mach_mpspec.h 214 B

123456789
  1. #ifndef __ASM_MACH_MPSPEC_H
  2. #define __ASM_MACH_MPSPEC_H
  3. #define MAX_IRQ_SOURCES 256
  4. /* Maximum 256 PCI busses, plus 1 ISA bus in each of 4 cabinets. */
  5. #define MAX_MP_BUSSES 260
  6. #endif /* __ASM_MACH_MPSPEC_H */