Changeset 55508 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Apr 29, 2015 8:48:58 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99862
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
r50798 r55508 924 924 925 925 /* We don't allow interrupts sharing */ 926 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 20) 926 /* XXX overhaul */ 927 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 20) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 1, 0) 927 928 IRQF_DISABLED, /* keep irqs disabled when calling the action handler */ 928 929 # else
Note:
See TracChangeset
for help on using the changeset viewer.