From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1034484AbdAIPIf (ORCPT ); Mon, 9 Jan 2017 10:08:35 -0500 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:54407 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966765AbdAIPIL (ORCPT ); Mon, 9 Jan 2017 10:08:11 -0500 From: Alexey Brodkin To: Vineet Gupta CC: "linux-kernel@vger.kernel.org" , "Igor Guryanov" , "linux-snps-arc@lists.infradead.org" Subject: Re: [PATCH 1/2] arc: rename xCCM sections so they are not merged in global .data/.text Thread-Topic: [PATCH 1/2] arc: rename xCCM sections so they are not merged in global .data/.text Thread-Index: AQHSXF0H54gK42homUyFZBbK65JCY6EUnI+AgBuuTwA= Date: Mon, 9 Jan 2017 15:08:06 +0000 Message-ID: <1483974486.2890.36.camel@synopsys.com> References: <1482415750-5471-1-git-send-email-abrodkin@synopsys.com> <1482415750-5471-2-git-send-email-abrodkin@synopsys.com> <6d3a6876-402f-c237-f9a2-88aad3179ead@synopsys.com> In-Reply-To: <6d3a6876-402f-c237-f9a2-88aad3179ead@synopsys.com> Accept-Language: en-US, ru-RU Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.121.8.77] Content-Type: text/plain; charset="utf-8" Content-ID: <6F5A1FDBB1AF8E4589A65E9BC543883E@internal.synopsys.com> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id v09F8eYc016333 Hi Vineet, On Thu, 2016-12-22 at 16:25 -0800, Vineet Gupta wrote: > On 12/22/2016 06:09 AM, Alexey Brodkin wrote: > > diff --git a/arch/arc/include/asm/linkage.h b/arch/arc/include/asm/linkage.h > > index b29f1a9fd6f7..3a5f13d65ee1 100644 > > --- a/arch/arc/include/asm/linkage.h > > +++ b/arch/arc/include/asm/linkage.h > > @@ -28,7 +28,7 @@ > >  /* annotation for data we want in DCCM - if enabled in .config */ > >  .macro ARCFP_CODE > >  #ifdef CONFIG_ARC_HAS_ICCM > > - .section .text.arcfp, "ax",@progbits > > + .section .text..arcfp, "ax",@progbits > > Why not turn this around and call it arcfp.text and arcfp.data etc - just like > done for other special sections such as sched, cpuidle, lock... Just so we are > consistent with normal kernel convention ! Right that looks much better! Will do so in v2. -Alexey