]> git.openfabrics.org - ~emulex/infiniband.git/commit
ARM: imx6: move v7_cpu_resume() into suspend-imx6.S
authorShawn Guo <shawn.guo@linaro.org>
Wed, 26 Feb 2014 11:48:33 +0000 (19:48 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 5 Mar 2014 02:40:49 +0000 (10:40 +0800)
commitc356bdb407baf23b202a6b4d2234114db6ae55bd
tree4dd40d43e54d0e8c0bcb61d1bd3eea24e78015ba
parent7ea653efa98d8144345227576fc084ed7a356cf8
ARM: imx6: move v7_cpu_resume() into suspend-imx6.S

The suspend-imx6.S is introduced recently for suspend low-level assembly
code.  Since function v7_cpu_resume() is only used by suspend support,
it makes sense to move the function into suspend-imx6.S, and control the
build of the file with CONFIG_SUSPEND option.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/common.h
arch/arm/mach-imx/headsmp.S
arch/arm/mach-imx/suspend-imx6.S