Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
3240a77b515f4a15e24d8a3a2135bc87b02cf1d6
/
.
/
arch
/
x86
/
include
/
asm
/
apicnum.h
blob: 82f613c607ce113eb549c16e25df94982840d269 [
file
] [
log
] [
blame
]
#ifndef
_ASM_X86_APICNUM_H
#define
_ASM_X86_APICNUM_H
/* define MAX_IO_APICS */
#ifdef
CONFIG_X86_32
# define MAX_IO_APICS 64
#else
# define MAX_IO_APICS 128
# define MAX_LOCAL_APIC 32768
#endif
#endif
/* _ASM_X86_APICNUM_H */