Changeset 57594 in vbox
- Timestamp:
- Sep 2, 2015 9:43:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
r57372 r57594 150 150 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 30) 151 151 /* find_module() is static before Linux 2.6.30 */ 152 mutex_lock(&module_mutex); 152 153 g_VBoxPciGlobals.pciStubModule = find_module(PCI_STUB_MODULE_NAME); 154 mutex_unlock(&module_mutex); 153 155 if (g_VBoxPciGlobals.pciStubModule) 154 156 {
Note:
See TracChangeset
for help on using the changeset viewer.