Re: [Mesa-dev] [PATCH] android: st/mesa: fix building error due to sched_getcpu()

2018-11-30 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Fri, Nov 30, 2018 at 7:03 PM Mauro Rossi wrote: > Android has cpufeatures library but pinning of threads is not supported > PIPE_OS_LINUX code path causes build error due to sched_getcpu() > unavailable > thus we need to avoid setting HAVE_SCHED_GETCPU for And

[Mesa-dev] [PATCH] android: st/mesa: fix building error due to sched_getcpu()

2018-11-30 Thread Mauro Rossi
Android has cpufeatures library but pinning of threads is not supported PIPE_OS_LINUX code path causes build error due to sched_getcpu() unavailable thus we need to avoid setting HAVE_SCHED_GETCPU for Android Fixes: 48f2160 ("st/mesa: regularly re-pin driver threads to the CCX where the app threa