[PATCH] arm: exynos: Fix "allmodconfig" build errors in mcpm and hotplug
From: Olof Johansson <hidden>
Date: 2014-05-31 05:10:36
Also in:
linux-samsung-soc
On Sat, May 31, 2014 at 10:15:56AM +0530, Sachin Kamat wrote:
+ Olof On 26 May 2014 12:19, Sachin Kamat [off-list ref] wrote:quoted
Thanks Abhilash. On 26 May 2014 11:24, Abhilash Kesavan [off-list ref] wrote:quoted
This fixes the following build errors: /tmp/ccRbZlaA.s: Assembler messages: /tmp/ccRbZlaA.s:69: Error: selected processor does not support ARM mode `isb ' /tmp/ccRbZlaA.s:75: Error: selected processor does not support ARM mode `isb ' /tmp/ccRbZlaA.s:76: Error: selected processor does not support ARM mode `dsb ' make[1]: *** [arch/arm/mach-exynos/hotplug.o] Error 1 /tmp/ccJEg4jw.s: Assembler messages: /tmp/ccJEg4jw.s:454: Error: selected processor does not support ARM mode `isb' /tmp/ccJEg4jw.s:455: Error: selected processor does not support ARM mode `dsb' /tmp/ccJEg4jw.s:465: Error: selected processor does not support ARM mode `isb' /tmp/ccJEg4jw.s:474: Error: selected processor does not support ARM mode `isb' /tmp/ccJEg4jw.s:475: Error: selected processor does not support ARM mode `dsb' /tmp/ccJEg4jw.s:516: Error: selected processor does not support ARM mode `isb' /tmp/ccJEg4jw.s:525: Error: selected processor does not support ARM mode `isb' /tmp/ccJEg4jw.s:526: Error: selected processor does not support ARM mode `dsb' make[1]: *** [arch/arm/mach-exynos/mcpm-exynos.o] Error 1 Reported-by: Sachin Kamat <redacted> Signed-off-by: Abhilash Kesavan <redacted>This patch fixes the above reported issues. Tested-by: Sachin Kamat <redacted>Kukjin, This patch is also needed to fix the reported build error.
Thanks. I've applied this directly on top of next/soc. -Olof