linux_dsm_epyc7002/tools/testing/selftests/powerpc
Michael Ellerman abb39bc792 selftests/powerpc: Fix build failure of load_unaligned_zeropad test
Commit 7a5692e6e5 ("arch/powerpc: provide zero_bytemask() for
big-endian") added a call to __fls() in our word-at-a-time.h. That was
fine for the kernel build but missed the fact that we also use
word-at-a-time.h in a userspace test.

Pulling in the kernel version of __fls() gets messy, so just define our
own, it's unlikely to change often.

Fixes: 7a5692e6e5 ("arch/powerpc: provide zero_bytemask() for big-endian")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2015-10-13 15:08:37 +11:00
..
copyloops powerpc updates for 4.1 2015-04-16 13:53:32 -05:00
dscr selftests/powerpc: Add gitignore file for the new DSCR tests 2015-06-07 19:38:20 +10:00
mm selftests/powerpc: Install tempfile so the subpage_prot_file test works 2015-08-17 18:28:49 +10:00
pmu selftests/powerpc: Fix the pmu install rule 2015-05-01 13:00:26 +10:00
primitives selftests/powerpc: Fix build failure of load_unaligned_zeropad test 2015-10-13 15:08:37 +11:00
stringloops selftests: Add install support for the powerpc tests 2015-03-19 12:38:51 -06:00
switch_endian selftests/powerpc: Add install support to more powerpc tests 2015-06-02 16:54:49 +10:00
tm powerpc/tm: Abort syscalls in active transactions 2015-06-19 17:10:28 +10:00
vphn selftests/powerpc: Add install support to more powerpc tests 2015-06-02 16:54:49 +10:00
harness.c selftests/powerpc: Move get_auxv_entry() to harness.c 2015-04-11 20:49:20 +10:00
Makefile selftests/powerpc: Add test for system wide DSCR default 2015-06-07 19:35:38 +10:00
subunit.h selftests/powerpc: Add support for skipping tests 2014-06-11 17:03:54 +10:00
utils.h selftests/powerpc: Move get_auxv_entry() to harness.c 2015-04-11 20:49:20 +10:00