Re: [PATCH v2] MIPS: Get rid of CONFIG_CPU_HAS_LLSC again

2013-03-12 Thread Ralf Baechle
On Tue, Mar 05, 2013 at 01:20:20PM +0100, Paul Bolle wrote: > Commit f7ade3c168e4f437c11f57be012992bbb0e3075c ("MIPS: Get rid of > CONFIG_CPU_HAS_LLSC") did what it promised to do. But since then that > macro and its Kconfig symbol popped up again. Get rid of those again. > > Signed-off-by: Paul

Re: [PATCH v2] MIPS: Get rid of CONFIG_CPU_HAS_LLSC again

2013-03-05 Thread Paul Bolle
On Tue, 2013-03-05 at 13:55 +0100, Jonas Gorski wrote: > On 5 March 2013 13:20, Paul Bolle wrote: > > diff --git a/arch/mips/include/asm/mach-sead3/cpu-feature-overrides.h > > b/arch/mips/include/asm/mach-sead3/cpu-feature-overrides.h > > index d9c8284..b40f37f 100644 > > --- a/arch/mips/include/

Re: [PATCH v2] MIPS: Get rid of CONFIG_CPU_HAS_LLSC again

2013-03-05 Thread Jonas Gorski
On 5 March 2013 13:20, Paul Bolle wrote: > Commit f7ade3c168e4f437c11f57be012992bbb0e3075c ("MIPS: Get rid of > CONFIG_CPU_HAS_LLSC") did what it promised to do. But since then that > macro and its Kconfig symbol popped up again. Get rid of those again. Now let's do a review of the contents. > S

[PATCH v2] MIPS: Get rid of CONFIG_CPU_HAS_LLSC again

2013-03-05 Thread Paul Bolle
Commit f7ade3c168e4f437c11f57be012992bbb0e3075c ("MIPS: Get rid of CONFIG_CPU_HAS_LLSC") did what it promised to do. But since then that macro and its Kconfig symbol popped up again. Get rid of those again. Signed-off-by: Paul Bolle --- 0) This version fixes an embarrassing dangling "#endif" spot