Re: [1/3] selftests/powerpc: Add a helper for checking if we're on ppc64le

2018-08-08 Thread Michael Ellerman
On Thu, 2018-07-26 at 12:24:57 UTC, Michael Ellerman wrote: > Some of our selftests have only been tested on ppc64le and crash or > behave weirdly on ppc64/ppc32. So add a helper for checking the UTS > machine. > > Signed-off-by: Michael Ellerman Series applied to powerpc next. https://git.kern

[PATCH 1/3] selftests/powerpc: Add a helper for checking if we're on ppc64le

2018-07-26 Thread Michael Ellerman
Some of our selftests have only been tested on ppc64le and crash or behave weirdly on ppc64/ppc32. So add a helper for checking the UTS machine. Signed-off-by: Michael Ellerman --- tools/testing/selftests/powerpc/include/utils.h | 2 ++ tools/testing/selftests/powerpc/utils.c | 17 +