Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
424 giacomo 1
#ifndef __ASM_MACH_MPSPEC_H
2
#define __ASM_MACH_MPSPEC_H
3
 
4
/*
5
 * a maximum of 256 APICs with the current APIC ID architecture.
6
 */
7
#define MAX_APICS 256
8
 
9
#define MAX_IRQ_SOURCES 256
10
 
11
#define MAX_MP_BUSSES 32
12
 
13
#endif /* __ASM_MACH_MPSPEC_H */