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