Hi Krzysztof, On 16.07.2014 16:20, Krzysztof Kozlowski wrote: > Cleanup a little the SMP/hotplug code for Exynos by: > 1. Moving completely all functions from hotplug.c into the platsmp.c; > 2. Deleting the hotplug.c file. > > After recent cleanups (e.g. 75ad2ab28f0f "ARM: EXYNOS: use > v7_exit_coherency_flush macro for cache disabling") there was only CPU > power down related code in hotplug.c file. Keeping this file does not > give any benefits. > > The commit only moves code around with one additional observable change: > the hotplug.c was compiled with custom CFLAGS (-march=armv7-a). These > CFLAGS are not necessary any more. > > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@xxxxxxxxxxx> > --- > arch/arm/mach-exynos/Makefile | 3 -- > arch/arm/mach-exynos/common.h | 2 - > arch/arm/mach-exynos/hotplug.c | 92 ------------------------------------------ > arch/arm/mach-exynos/platsmp.c | 74 +++++++++++++++++++++++++++++++++ > 4 files changed, 74 insertions(+), 97 deletions(-) > delete mode 100644 arch/arm/mach-exynos/hotplug.c > For this and remaining patches from this series: Reviewed-by: Tomasz Figa <t.figa@xxxxxxxxxxx> -- Best regards, Tomasz -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html