2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-27 22:53:55 +08:00
linux-next/tools/testing/selftests/powerpc/switch_endian
Tobin C. Harding eb039161da powerpc/asm: Convert .llong directives to .8byte
.llong is an undocumented PPC specific directive. The generic
equivalent is .quad, but even better (because it's self describing) is
.8byte.

Convert all .llong directives to .8byte.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2017-08-31 14:26:47 +10:00
..
.gitignore selftests/powerpc: Add a test of the switch_endian() syscall 2015-03-28 22:08:47 +11:00
check.S selftests/powerpc: Add a test of the switch_endian() syscall 2015-03-28 22:08:47 +11:00
common.h selftests/powerpc: Add a test of the switch_endian() syscall 2015-03-28 22:08:47 +11:00
Makefile selftests: enable O and KBUILD_OUTPUT 2017-01-05 13:42:22 -07:00
switch_endian_test.S powerpc/asm: Convert .llong directives to .8byte 2017-08-31 14:26:47 +10:00