Thomas Gleixner | 96a388d | 2007-10-11 11:20:03 +0200 | [diff] [blame] | 1 | #ifdef CONFIG_X86_32 |
2 | # include "hardirq_32.h" | ||||
3 | #else | ||||
4 | # include "hardirq_64.h" | ||||
5 | #endif | ||||
Jan Beulich | a2eddfa | 2008-05-12 15:44:41 +0200 | [diff] [blame] | 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 |