diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-09-26 20:02:51 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-10-01 16:34:16 -0500 |
commit | dd68eb02e4598d81e9e42400ccbd2cc42f012bfa (patch) | |
tree | 4d66a3da8725f9216feb945821c42fa99bce1d83 /arch/arm/mach-highbank/Makefile | |
parent | 97fc4de3d93fea934b0ec8332465b9f1899a9adb (diff) |
ARM: highbank: adapt to use ARM PSCI calls
This adapts highbank to use psci for smp_ops and the cpu_suspend function
for suspend/resume.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/mach-highbank/Makefile')
-rw-r--r-- | arch/arm/mach-highbank/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-highbank/Makefile b/arch/arm/mach-highbank/Makefile index 8a1ef576d79..55840f414d3 100644 --- a/arch/arm/mach-highbank/Makefile +++ b/arch/arm/mach-highbank/Makefile @@ -3,6 +3,4 @@ obj-y := highbank.o system.o smc.o plus_sec := $(call as-instr,.arch_extension sec,+sec) AFLAGS_smc.o :=-Wa,-march=armv7-a$(plus_sec) -obj-$(CONFIG_SMP) += platsmp.o -obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o obj-$(CONFIG_PM_SLEEP) += pm.o |