Re: [Intel-gfx] [PATCH i-g-t 1/3] Fix rlim_cur compiler warnings when building on ARM.

2017-09-28 Thread Petri Latvala
On Wed, Sep 27, 2017 at 11:37:33AM -0700, Eric Anholt wrote: > Signed-off-by: Eric Anholt For the series: Reviewed-by: Petri Latvala > --- > benchmarks/prime_lookup.c | 2 +- > tests/gem_exec_reuse.c| 3 ++- > 2 files changed, 3 insertions(+),

[Intel-gfx] [PATCH i-g-t 1/3] Fix rlim_cur compiler warnings when building on ARM.

2017-09-27 Thread Eric Anholt
Signed-off-by: Eric Anholt --- benchmarks/prime_lookup.c | 2 +- tests/gem_exec_reuse.c| 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/benchmarks/prime_lookup.c b/benchmarks/prime_lookup.c index e995b766a173..d6c397299fcb 100644 ---