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:

committad av
Michael Ellerman

förälder
5b593949f8
incheckning
eb039161da
@@ -1104,7 +1104,7 @@ _ASM_NOKPROBE_SYMBOL(__enter_rtas)
|
||||
_ASM_NOKPROBE_SYMBOL(rtas_return_loc)
|
||||
|
||||
.align 3
|
||||
1: .llong rtas_restore_regs
|
||||
1: .8byte rtas_restore_regs
|
||||
|
||||
rtas_restore_regs:
|
||||
/* relocation is on at this point */
|
||||
|
Referens i nytt ärende
Block a user