Rev 434 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
434 | giacomo | 1 | #ifndef __ASM_MACH_MPSPEC_H |
2 | #define __ASM_MACH_MPSPEC_H |
||
422 | giacomo | 3 | |
434 | giacomo | 4 | /* |
5 | * a maximum of 256 APICs with the current APIC ID architecture. |
||
6 | */ |
||
7 | #define MAX_APICS 256 |
||
422 | giacomo | 8 | |
434 | giacomo | 9 | #define MAX_IRQ_SOURCES 256 |
422 | giacomo | 10 | |
434 | giacomo | 11 | #define MAX_MP_BUSSES 32 |
422 | giacomo | 12 | |
434 | giacomo | 13 | #endif /* __ASM_MACH_MPSPEC_H */ |