apicnum.h 229 B

123456789101112
  1. #ifndef _ASM_X86_APICNUM_H
  2. #define _ASM_X86_APICNUM_H
  3. /* define MAX_IO_APICS */
  4. #ifdef CONFIG_X86_32
  5. # define MAX_IO_APICS 64
  6. #else
  7. # define MAX_IO_APICS 128
  8. # define MAX_LOCAL_APIC 32768
  9. #endif
  10. #endif /* _ASM_X86_APICNUM_H */