]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ARM: imx6: build headsmp.o only on CONFIG_SMP
authorShawn Guo <shawn.guo@linaro.org>
Wed, 26 Feb 2014 11:57:56 +0000 (19:57 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 5 Mar 2014 02:40:50 +0000 (10:40 +0800)
commitfacadba6a12813d8bbc5586261d873fa5f3dd4fa
tree635788d6833b451f8c59fdcbfa94563c37f7f9af
parentc356bdb407baf23b202a6b4d2234114db6ae55bd
ARM: imx6: build headsmp.o only on CONFIG_SMP

With v7_cpu_resume() being moved out of headsmp.S, all the remaining
code in the file is only needed by CONFIG_SMP build.  So we can control
the build of headsmp.o with only obj-$(CONFIG_SMP) now.

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