Re: [PATCH 2/2] selftests: vm: Fix 64-bit test builds for powerpc64le

2020-02-10 Thread Michael Ellerman
Sandipan Das writes: > Some tests are built only for 64-bit systems. This makes > sure that these tests are built for both big and little > endian variants of powerpc64. > > Fixes: 7549b3364201 ("selftests: vm: Build/Run 64bit tests only on 64bit > arch") > Reviewed-by: Kamalesh Babulal > Signed

[PATCH 2/2] selftests: vm: Fix 64-bit test builds for powerpc64le

2020-01-29 Thread Sandipan Das
Some tests are built only for 64-bit systems. This makes sure that these tests are built for both big and little endian variants of powerpc64. Fixes: 7549b3364201 ("selftests: vm: Build/Run 64bit tests only on 64bit arch") Reviewed-by: Kamalesh Babulal Signed-off-by: Sandipan Das --- tools/test