2005-04-17 06:20:36 +08:00
|
|
|
#ifndef __ASM_MACH_MPSPEC_H
|
|
|
|
#define __ASM_MACH_MPSPEC_H
|
|
|
|
|
|
|
|
#define MAX_IRQ_SOURCES 256
|
|
|
|
|
2006-09-01 12:27:40 +08:00
|
|
|
#if CONFIG_BASE_SMALL == 0
|
|
|
|
#define MAX_MP_BUSSES 256
|
|
|
|
#else
|
2005-04-17 06:20:36 +08:00
|
|
|
#define MAX_MP_BUSSES 32
|
2006-09-01 12:27:40 +08:00
|
|
|
#endif
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
#endif /* __ASM_MACH_MPSPEC_H */
|