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

2020-01-20 Thread Kamalesh Babulal
On 1/20/20 7:29 PM, Sandipan Das wrote: > 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") > Signed-off-by: Sandi

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

2020-01-20 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") Signed-off-by: Sandipan Das --- Changelog: v2: - Added required changes