selftests: cachestat: Fix build warnings on ppc64
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 21 May 2024 03:01:11 +0000 (13:01 +1000)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 29 May 2024 18:24:44 +0000 (12:24 -0600)
commitbc4d5f5d2debf8bb65fba188313481549ead8576
tree1a9cdaf4de2c5948c4ce892bbfb45a38b0530a94
parent23a4b108accc29a6125ed14de4a044689ffeda78
selftests: cachestat: Fix build warnings on ppc64

Fix warnings like:
  test_cachestat.c: In function ‘print_cachestat’:
  test_cachestat.c:30:38: warning: format ‘%llu’ expects argument of
  type ‘long long unsigned int’, but argument 2 has type ‘__u64’ {aka
  ‘long unsigned int’} [-Wformat=]

By switching to unsigned long long for u64 for ppc64 builds.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/cachestat/test_cachestat.c