mach_mpspec.h 211 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5
#ifndef __ASM_MACH_MPSPEC_H
#define __ASM_MACH_MPSPEC_H

#define MAX_IRQ_SOURCES 256

6 7 8
#if CONFIG_BASE_SMALL == 0
#define MAX_MP_BUSSES 256
#else
L
Linus Torvalds 已提交
9
#define MAX_MP_BUSSES 32
10
#endif
L
Linus Torvalds 已提交
11 12

#endif /* __ASM_MACH_MPSPEC_H */