On Saturday 13 July 2013, Paul Bolle wrote: > The Kconfig symbol ARCH_MULTI_V4 was removed in commit 24e860fbfd > ("ARM: multiplatform: always pick one CPU type"). Remove the last > reference to it too. > > Signed-off-by: Paul Bolle <pebo...@tiscali.nl> > --- > 0) Untested. > > 1) Commit 24e860fbfd is silent on the reason to drop ARCH_MULTI_V4. And > the ARM section of the Kconfig files is rather complicated for people, > like me, that aren't familiar with the way the ARM universe is divided > in architectures, machines, platforms, etc. That makes it hard to say > whether ARCH_MULTI_V4 was dropped on purpose or by accident.
It was dropped on purpose because it is unused in 3.11 but it will be used again in 3.12, so I wouldn't bother with your patch. Thanks anyway for looking into unused symbols, I think checking for unused code like this is very useful in general. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/