Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754387AbdCJHlE (ORCPT ); Fri, 10 Mar 2017 02:41:04 -0500 Received: from ozlabs.org ([103.22.144.67]:43057 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750969AbdCJHlC (ORCPT ); Fri, 10 Mar 2017 02:41:02 -0500 From: Michael Ellerman To: Daniel Axtens , "Tobin C. Harding" , linuxppc-dev@lists.ozlabs.org Cc: Benjamin Herrenschmidt , Paul Mackerras , linux-kernel@vger.kernel.org, "Tobin C. Harding" Subject: Re: [PATCH] powerpc: asm: convert directive .llong to .8byte In-Reply-To: <87o9xa3sd7.fsf@possimpible.ozlabs.ibm.com> References: <1489038132-3523-1-git-send-email-me@tobin.cc> <87o9xa3sd7.fsf@possimpible.ozlabs.ibm.com> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Fri, 10 Mar 2017 18:40:58 +1100 Message-ID: <87d1dplgtx.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 747 Lines: 28 Daniel Axtens 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 >> --- >> >> 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