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>
This commit is contained in:
Tobin C. Harding
2017-03-09 16:42:12 +11:00
committed by Michael Ellerman
parent 5b593949f8
commit eb039161da
12 changed files with 39 additions and 39 deletions

View File

@@ -23,7 +23,7 @@
.globl hcall_tracepoint_refcount
hcall_tracepoint_refcount:
.llong 0
.8byte 0
.section ".text"
#endif