Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[sfrench/cifs-2.6.git] / arch / x86 / include / asm / apicnum.h
1 #ifndef _ASM_X86_APICNUM_H
2 #define _ASM_X86_APICNUM_H
3
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
11
12 #endif /* _ASM_X86_APICNUM_H */