You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/include/asm-x86/mach-default/mach_mpspec.h

12 lines
262 B

#ifndef ASM_X86__MACH_DEFAULT__MACH_MPSPEC_H
#define ASM_X86__MACH_DEFAULT__MACH_MPSPEC_H
#define MAX_IRQ_SOURCES 256
#if CONFIG_BASE_SMALL == 0
#define MAX_MP_BUSSES 256
#else
#define MAX_MP_BUSSES 32
#endif
#endif /* ASM_X86__MACH_DEFAULT__MACH_MPSPEC_H */