- Fix typo in "vbox_fix_4.9_api_changes.patch".
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=286
This commit is contained in:
parent
6ff234623b
commit
0bcfefc0a1
@ -26,7 +26,7 @@ Index: VirtualBox-5.1.8/src/VBox/Additions/linux/drm/vbox_ttm.c
|
|||||||
{
|
{
|
||||||
int r;
|
int r;
|
||||||
-#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 8, 0)
|
-#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 8, 0)
|
||||||
+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 8, 0) ||
|
+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 8, 0) || \
|
||||||
+ LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0)
|
+ LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0)
|
||||||
r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem);
|
r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem);
|
||||||
#else
|
#else
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 21 16:05:13 UTC 2016 - Larry.Finger@lwfinger.net
|
||||||
|
|
||||||
|
- Fix typo in "vbox_fix_4.9_api_changes.patch".
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 20 23:04:09 UTC 2016 - Larry.Finger@lwfinger.net
|
Thu Oct 20 23:04:09 UTC 2016 - Larry.Finger@lwfinger.net
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user