[vbox-dev] Fixes for Kernel 5.2

Valdis Kl=?utf-8?Q?=c4=93?=tnieks valdis.kletnieks at vt.edu
Thu May 30 04:59:49 GMT 2019


On Wed, 29 May 2019 13:32:40 -0500, Larry Finger said:

> 2. The arguments for ttm_bo_device_init() are changed.

> ===================================================================
> --- VirtualBox-6.0.8.orig/src/VBox/Additions/linux/drm/vbox_ttm.c
> +++ VirtualBox-6.0.8/src/VBox/Additions/linux/drm/vbox_ttm.c
> @@ -298,6 +298,11 @@ int vbox_mm_init(struct vbox_private *vb
>  	if (ret)
>  		return ret;
>  #endif
> +int ttm_bo_device_init(struct ttm_bo_device *bdev,
> +                       struct ttm_bo_driver *driver,
> +                       struct address_space *mapping,
> +                       bool need_dma32);
> +

Umm.. doesn't this prototype need #ifdef's for kernel version?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20190530/76ed45d9/attachment.sig>


More information about the vbox-dev mailing list