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