]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: rockchip: select ARMv7 compiler flags for platsmp.o
authorHeiko Stuebner <heiko@sntech.de>
Wed, 23 Jul 2014 09:36:49 +0000 (11:36 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 23 Jul 2014 09:42:26 +0000 (11:42 +0200)
commit9edb90d08898e0e2e5b662b505d240aed6aee236
tree50a77f2ef759aeb22aa12c687e673e5d7c07fdbd
parent29230ba12c9ebdc4bb6e22babcaec9dfa3d76ff4
ARM: rockchip: select ARMv7 compiler flags for platsmp.o

When compiling for multiplatform for both ARMv6 and ARMv7, the default
compiler flags are for ARMv6, and the following cpu-hotplug change will
fail with:
 /tmp/ccSFxfmI.s:68: Error: selected processor does not support ARM mode `isb '
 /tmp/ccSFxfmI.s:74: Error: selected processor does not support ARM mode `isb '
 /tmp/ccSFxfmI.s:75: Error: selected processor does not support ARM mode `dsb '

Fix this in a similar manner as in commit b8b8829058a9 "ARM: mvebu: Fix pmsu
compilation when ARMv6 is selected", by specifying ARMv7 flags for platsmp.o.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/mach-rockchip/Makefile