superna9999 / meson_gx_mali_450

Amlogic GX Mali support for Mali-450 based SoCs, for Mainline Linux only
http://linux-meson.com
35 stars 20 forks source link

Fix vm_fault_t build error on v5.0 #9

Closed wens closed 5 years ago

wens commented 5 years ago

The return type for fault() handlers was changed to vm_fault_t starting with v4.17. With v5.0 the typedef was changed from int to unsigned int, making it incompatible with existing code to force people to update.

Signed-off-by: Chen-Yu Tsai wens@csie.org

superna9999 commented 5 years ago

Txh for the patch

superna9999 commented 5 years ago

OK, I messed everything, will apply it manually

superna9999 commented 5 years ago

Pushed on all _meson_gx branches