Re: [PATCH] C6X: add support to build with BINFMT_ELF_FDPIC

From: Sam Ravnborg
Date: Sun Apr 22 2012 - 17:35:33 EST


> >
> > > --- a/fs/Kconfig.binfmt
> > > +++ b/fs/Kconfig.binfmt
> > >
> > > config BINFMT_ELF_FDPIC
> > > bool "Kernel support for FDPIC ELF binaries"
> > > default y
> > > - depends on (FRV || BLACKFIN || (SUPERH32 && !MMU))
> > > + 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.
Please do not repeat past mistakes.
It should be trivial to fix.

Allow TMS320C6X for a sinel relase along with C6X - and drop it
when all users outside your arch has switched over.

Sam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/