|
Lines 885-891
Link Here
|
| 885 |
#else |
885 |
#else |
| 886 |
|
886 |
|
| 887 |
/* We don't allow interrupts sharing */ |
887 |
/* We don't allow interrupts sharing */ |
| 888 |
# if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 20) |
888 |
/* XXX overhaul */ |
|
|
889 |
# if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 20) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 1, 0) |
| 889 |
IRQF_DISABLED, /* keep irqs disabled when calling the action handler */ |
890 |
IRQF_DISABLED, /* keep irqs disabled when calling the action handler */ |
| 890 |
# else |
891 |
# else |
| 891 |
0, |
892 |
0, |