repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OMAP: Add new function to check wether there is irq pending
[linux-ginger.git]
/
arch
/
x86
/
include
/
asm
/
apicnum.h
blob
82f613c607ce113eb549c16e25df94982840d269
1
#ifndef _ASM_X86_APICNUM_H
2
#define _ASM_X86_APICNUM_H
3
4
/* define MAX_IO_APICS */
5
#ifdef CONFIG_X86_32
6
# define MAX_IO_APICS 64
7
#else
8
# define MAX_IO_APICS 128
9
# define MAX_LOCAL_APIC 32768
10
#endif
11
12
#endif
/* _ASM_X86_APICNUM_H */