Re: [PATCH] ARC: Remove ISS_SMP_EXTN entirely

2014-04-08 Thread Vineet Gupta
On Tuesday 08 April 2014 04:19 PM, Vineet Gupta wrote: > > I'll push a patch later today - which will hopefully hit mainline within this > merge window - if not in one of the rcs. Here's the patch I want to push - care to take a look. Note that it might still seem that ISS_SMP_EXTN symbol is us

Re: [PATCH] ARC: Remove ISS_SMP_EXTN entirely

2014-04-08 Thread Vineet Gupta
On Tuesday 08 April 2014 04:12 PM, Paul Bolle wrote: > Vineet, > > On Tue, 2014-04-08 at 09:18 +, Vineet Gupta wrote: >> There's obvious bitrot here - however this code is not dead yet ! >> I have a unpushed fix which uses this Kconfig item. >> >> diff --git a/arch/arc/plat-arcfpga/Makefile b/a

Re: [PATCH] ARC: Remove ISS_SMP_EXTN entirely

2014-04-08 Thread Paul Bolle
On Tue, 2014-04-08 at 12:42 +0200, Paul Bolle wrote: > I just realized that this means you're only using ISS_SMP_EXTN as an > alias for SMP, aren't you? Ie, smp.o will now be built if both > ARC_PLAT_FPGA_LEGACY and SMP are set. That will not change by this > patch. Of course, the patch does add t

Re: [PATCH] ARC: Remove ISS_SMP_EXTN entirely

2014-04-08 Thread Paul Bolle
Vineet, On Tue, 2014-04-08 at 09:18 +, Vineet Gupta wrote: > There's obvious bitrot here - however this code is not dead yet ! > I have a unpushed fix which uses this Kconfig item. > > diff --git a/arch/arc/plat-arcfpga/Makefile b/arch/arc/plat-arcfpga/Makefile > index a44e22ebc1b7..4d1bddc34

Re: [PATCH] ARC: Remove ISS_SMP_EXTN entirely

2014-04-08 Thread Paul Bolle
Vineet, On Tue, 2014-04-08 at 09:18 +, Vineet Gupta wrote: > There's obvious bitrot here - however this code is not dead yet ! > I have a unpushed fix which uses this Kconfig item. I see. Would it bother you if I send you a reminder if that fix (or something equivalent) hasn't been added in s

Re: [PATCH] ARC: Remove ISS_SMP_EXTN entirely

2014-04-08 Thread Vineet Gupta
Hi Paul, On Tuesday 08 April 2014 02:26 PM, Paul Bolle wrote: > The Kconfig symbol ARC_HAS_COH_RTSC was removed in v3.13. The Kconfig > entry for ISS_SMP_EXTN still had a select for that symbol. That select > was just removed in commit d345ea2892ae ("ARC: Remove > ARC_HAS_COH_RTSC"). > > But selec

[PATCH] ARC: Remove ISS_SMP_EXTN entirely

2014-04-08 Thread Paul Bolle
The Kconfig symbol ARC_HAS_COH_RTSC was removed in v3.13. The Kconfig entry for ISS_SMP_EXTN still had a select for that symbol. That select was just removed in commit d345ea2892ae ("ARC: Remove ARC_HAS_COH_RTSC"). But selecting ARC_HAS_COH_RTSC was the only thing ISS_SMP_EXTN ever did. That means