Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1596698
| From | Michael Ellerman <mpe@ellerman.id.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] powerpc: asm: convert directive .llong to .8byte |
| Date | 2017-03-10 08:50 +0100 |
| Message-ID | <tjntg-v0-3@gated-at.bofh.it> (permalink) |
| References | <tiZ7z-Bz-5@gated-at.bofh.it> <tjgi5-45M-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Daniel Axtens <dja@axtens.net> writes: > Hi Tobin, > >> .llong is an undocumented PPC specific directive. The generic >> equivalent is .quad, but even better (because it's self describing) is >> .8byte. >> >> Convert directives .llong -> .8byte >> >> Signed-off-by: Tobin C. Harding <me@tobin.cc> >> --- >> >> Fixes: issue #33 (github) > > Thanks for tackling these! > > I have applied your patch to my local tree. I ran `git grep '\.llong'`, > and found: > > tools/testing/selftests/powerpc/switch_endian/switch_endian_test.S: .llong 0x5555AAAA5555AAAA > > That file is also handled by mpe and the powerpc tree even though it > doesn't live in arch/powerpc - could you please change that one as well? I can do that one when I apply it. cheers
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] powerpc: asm: convert directive .llong to .8byte "Tobin C. Harding" <me@tobin.cc> - 2017-03-09 06:50 +0100
Re: [PATCH] powerpc: asm: convert directive .llong to .8byte Daniel Axtens <dja@axtens.net> - 2017-03-10 01:10 +0100
Re: [PATCH] powerpc: asm: convert directive .llong to .8byte Michael Ellerman <mpe@ellerman.id.au> - 2017-03-10 08:50 +0100
Re: [PATCH] powerpc: asm: convert directive .llong to .8byte "Tobin C. Harding" <me@tobin.cc> - 2017-03-10 09:30 +0100
Re: [PATCH] powerpc: asm: convert directive .llong to .8byte "Tobin C. Harding" <me@tobin.cc> - 2017-03-10 09:20 +0100
csiph-web