From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Subject: Re: [PATCH] C6X: add support to build with BINFMT_ELF_FDPIC Date: Sun, 22 Apr 2012 18:09:03 -0400 Message-ID: References: <1334958476-6296-1-git-send-email-msalter@redhat.com> <1335129679.12741.4.camel@deneb.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Alexander Viro , Aurelien Jacquiot , Arnd Bergmann To: Mark Salter Return-path: Received: from mail-bk0-f46.google.com ([209.85.214.46]:41628 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752565Ab2DVWJZ convert rfc822-to-8bit (ORCPT ); Sun, 22 Apr 2012 18:09:25 -0400 In-Reply-To: <1335129679.12741.4.camel@deneb.redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sun, Apr 22, 2012 at 17:21, Mark Salter wrote: > On Sat, 2012-04-21 at 01:01 -0400, Mike Frysinger wrote: >> On Fri, Apr 20, 2012 at 17:47, Mark Salter wrote: >> > --- a/fs/Kconfig.binfmt >> > +++ b/fs/Kconfig.binfmt >> > >> > =C2=A0config BINFMT_ELF_FDPIC >> > =C2=A0 =C2=A0 =C2=A0 =C2=A0bool "Kernel support for FDPIC ELF bina= ries" >> > =C2=A0 =C2=A0 =C2=A0 =C2=A0default y >> > - =C2=A0 =C2=A0 =C2=A0 depends on (FRV || BLACKFIN || (SUPERH32 &&= !MMU)) >> > + =C2=A0 =C2=A0 =C2=A0 depends on (FRV || BLACKFIN || (SUPERH32 &&= !MMU) || TMS320C6X) >> >> shouldn't the main arch symbol be "C6X" to match arch/c6x/ ? > > It probably should have been. Most architectures use that convention = but > there are notable exceptions like powerpc and sh. seems like it'd be fairly trivial to convert it. there aren't many references in the kernel tree to TMS320C6X. -mike -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel= " in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html