added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / arch / x86 / include / asm / apicnum.h
blob82f613c607ce113eb549c16e25df94982840d269
1 #ifndef _ASM_X86_APICNUM_H
2 #define _ASM_X86_APICNUM_H
4 /* define MAX_IO_APICS */
5 #ifdef CONFIG_X86_32
6 # define MAX_IO_APICS 64
7 #else
8 # define MAX_IO_APICS 128
9 # define MAX_LOCAL_APIC 32768
10 #endif
12 #endif /* _ASM_X86_APICNUM_H */