On 15/12/20 3:34 pm, Harish wrote:
The patch d8cbe8bfa7d tries to include a ARCH check for powerpc, however ARCH is not defined in the Makefile before including lib.mk. This makes test building to skip on both x86 and powerpc. Fix the arch check by replacing it using machine type as it is already defined and used in the test.
Fixes: d8cbe8bfa7d ("tools/testing/selftests/vm: fix build error") Signed-off-by: Harish harish@linux.ibm.com
Reviewed-by: Sandipan Das sandipan@linux.ibm.com