VirtualBox

Changeset 63297 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Aug 10, 2016 4:24:25 PM (8 years ago)
Author:
vboxsync
Message:

bugref:4567: Linux kernel driver maintenance: add LRU handlers to guest video driver memory manager to work with Linux 4.7, based on upstream kernel commit 98c2872a.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/vbox_ttm.c

    r62550 r63297  
    275275    .io_mem_reserve = &vbox_ttm_io_mem_reserve,
    276276    .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
    277281};
    278282
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette