repo.or.cz
/
linux-2.6
/
linux-2.6-openrd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sdhci: handle bug in JMB38x for sizes < 4 bytes
[linux-2.6/linux-2.6-openrd.git]
/
include
/
asm-x86
/
hardirq.h
blob
000787df66e6340a0e81b4a705e511692137a53f
1
#ifdef CONFIG_X86_32
2
# include
"hardirq_32.h"
3
#else
4
# include
"hardirq_64.h"
5
#endif
6
7
extern
u64
arch_irq_stat_cpu
(
unsigned int
cpu
);
8
#define arch_irq_stat_cpu arch_irq_stat_cpu
9
10
extern
u64
arch_irq_stat
(
void
);
11
#define arch_irq_stat arch_irq_stat