Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 548102
Collapse All | Expand All

(-)vboxpci/linux/VBoxPci-linux.c.orig (-1 / +2 lines)
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,

Return to bug 548102