Michael Ellerman 1901472fa8 selftests/mm: fix build warnings on ppc64
Fix warnings like:

  In file included from uffd-unit-tests.c:8:
  uffd-unit-tests.c: In function `uffd_poison_handle_fault':
  uffd-common.h:45:33: warning: format `%llu' expects argument of type
  `long long unsigned int', but argument 3 has type `__u64' {aka `long
  unsigned int'} [-Wformat=]

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

Link: https://lkml.kernel.org/r/20240521030219.57439-1-mpe@ellerman.id.au
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Cc: Shuah Khan <skhan@linuxfoundation.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2024-05-24 11:55:06 -07:00
..
2024-03-11 09:25:33 -07:00
2024-05-17 18:29:30 -07:00
2024-05-15 13:40:16 -04:00
2024-03-11 09:25:33 -07:00
2023-11-01 17:08:10 -10:00
2024-05-14 11:36:54 -07:00
2024-05-17 09:05:46 -07:00
2023-10-15 20:07:52 +01:00
2024-05-15 12:34:46 -07:00
2024-05-20 14:49:39 -07:00