summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-07-19 15:08:43 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:49 -0800
commit622671c583cdfd5b5c82fc0329d5ee2cd487d83e (patch)
treed65eb4229ff86512e83e25014f739d6b1359754e /arch
parenta97fd4ec641a6be191f90bcdd919c2e349d6dd3b (diff)
ARM: tegra: Enable headsmp.S without CONFIG_SMP
In the current implementation for Tegra2, tegra_resume is required for low power states, and it's coupled with CONFIG_SMP in headsmp.S. In the implementation for Tegra3, we'll want to use tegra_resume even without SMP. Change-Id: I868eaf1de4f2898d2b1ad220638c0588901384c3 Signed-off-by: Scott Williams <scwilliams@nvidia.com> DW: Split into logical changes Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Rebase-Id: R25c78e24b79d8bdd244c9cf5df85742047f71291
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index d9c2a46b76a8..c736a83900fc 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -54,7 +54,7 @@ obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += pinmux-t3-tables.o
obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o
obj-$(CONFIG_SMP) += platsmp.o
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
-obj-$(CONFIG_SMP) += headsmp.o
+obj-y += headsmp.o
obj-$(CONFIG_TEGRA_SYSTEM_DMA) += dma.o
obj-$(CONFIG_CPU_FREQ) += cpu-tegra.o
ifeq ($(CONFIG_TEGRA_AUTO_HOTPLUG),y)