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