Changeset 63297 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Aug 10, 2016 4:24:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_ttm.c
r62550 r63297 275 275 .io_mem_reserve = &vbox_ttm_io_mem_reserve, 276 276 .io_mem_free = &vbox_ttm_io_mem_free, 277 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0) 278 .lru_tail = &ttm_bo_default_lru_tail, 279 .swap_lru_tail = &ttm_bo_default_swap_lru_tail, 280 #endif 277 281 }; 278 282
Note:
See TracChangeset
for help on using the changeset viewer.