| To: | Jonas Gorski <jogo@openwrt.org> |
|---|---|
| Subject: | Re: [PATCH v2] MIPS: Get rid of CONFIG_CPU_HAS_LLSC again |
| From: | Paul Bolle <pebolle@tiscali.nl> |
| Date: | Tue, 05 Mar 2013 14:06:35 +0100 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org |
| In-reply-to: | <CAOiHx=nvH-Q+3HCkukM9ZDZXLm=w0bO9LPyosQS7UHOmOvQYOQ@mail.gmail.com> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1362477800.16460.69.camel@x61.thuisdomein> <CAOiHx=nzNVatEp0nyfZKU2p35+1kjrw6VsvZTP+QPJykWF3JAg@mail.gmail.com> <1362486020.16460.73.camel@x61.thuisdomein> <CAOiHx=nvH-Q+3HCkukM9ZDZXLm=w0bO9LPyosQS7UHOmOvQYOQ@mail.gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Tue, 2013-03-05 at 13:55 +0100, Jonas Gorski wrote: > On 5 March 2013 13:20, Paul Bolle <pebolle@tiscali.nl> 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/asm/mach-sead3/cpu-feature-overrides.h > > +++ b/arch/mips/include/asm/mach-sead3/cpu-feature-overrides.h > > @@ -28,11 +28,7 @@ > > /* #define cpu_has_prefetch ? */ > > #define cpu_has_mcheck 1 > > /* #define cpu_has_ejtag ? */ > > -#ifdef CONFIG_CPU_HAS_LLSC > > -#define cpu_has_llsc 1 > > -#else > > #define cpu_has_llsc 0 > > -#endif > > Hm, shouldn't you leave cpu_has_llsc set to 1? At least the "old" path > SEAD3 => CPU_MIPS32_R1/R2/64_R1 => select CPU_HAS_LLSC for all three > would have always caused this to be 1. That would mean an actual change to the code. See, there's no Kconfig symbol CPU_HAS_LLSC since v2.6.32. This means that CONFIG_CPU_HAS_LLSC has not been defined ever since and that SEAD3 has been having cpu_has_llsc set to 0 for some time now. My patch just removes dead code. Perhaps SEAD3 need cpu_has_llsc set to 1. I wouldn't know. Anyhow, that should be done in another patch, with (runtime) testing, etc. Paul Bolle |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH v2] MIPS: Get rid of CONFIG_CPU_HAS_LLSC again, Paul Bolle |
|---|---|
| Next by Date: | Re: [PATCH] Staging: Netlogic XLR/XLS GMAC driver, Ganesan Ramalignam |
| Previous by Thread: | Re: [PATCH v2] MIPS: Get rid of CONFIG_CPU_HAS_LLSC again, Jonas Gorski |
| Next by Thread: | Re: [PATCH v2] MIPS: Get rid of CONFIG_CPU_HAS_LLSC again, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |