You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
229 B
13 lines
229 B
16 years ago
|
#ifndef _ASM_X86_APICNUM_H
|
||
|
#define _ASM_X86_APICNUM_H
|
||
|
|
||
|
/* define MAX_IO_APICS */
|
||
|
#ifdef CONFIG_X86_32
|
||
|
# define MAX_IO_APICS 64
|
||
|
#else
|
||
|
# define MAX_IO_APICS 128
|
||
|
# define MAX_LOCAL_APIC 32768
|
||
|
#endif
|
||
|
|
||
|
#endif /* _ASM_X86_APICNUM_H */
|