1 #ifndef __ASM_SOFTIRQ_H__
2 #define __ASM_SOFTIRQ_H__
3 
4 #define NR_ARCH_SOFTIRQS       0
5 
6 #define arch_skip_send_event_check(cpu) 0
7 
8 #endif /* __ASM_SOFTIRQ_H__ */
9 /*
10  * Local variables:
11  * mode: C
12  * c-file-style: "BSD"
13  * c-basic-offset: 4
14  * indent-tabs-mode: nil
15  * End:
16  */
17