Changeset 39432 in vbox for trunk/src/VBox/HostDrivers/VBoxPci/linux
- Timestamp:
- Nov 28, 2011 11:20:27 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75063
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
r39224 r39432 37 37 # include <linux/intel-iommu.h> 38 38 # include <linux/pci.h> 39 # if LINUX_VERSION_CODE < KERNEL_VERSION(3, 1, 0) 39 # if LINUX_VERSION_CODE < KERNEL_VERSION(3, 1, 0) && \ 40 (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 41) || LINUX_VERSION_CODE >= KERNEL_VERSION(3, 0, 0)) 40 41 # include <asm/amd_iommu.h> 41 42 # else
Note:
See TracChangeset
for help on using the changeset viewer.