diff options
author | Peter De Schrijver <pdeschrijver@nvidia.com> | 2012-02-10 01:47:45 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-02-26 14:44:44 -0800 |
commit | b36ab9754efbd7429d214b3b03dc9843882571bd (patch) | |
tree | 4829030d17f9c03d78b3d065bd04c4c63814c8e1 /arch/arm/mach-tegra/Makefile | |
parent | 26fe681fdaa5c800f1f99e8181631866e50ed8a1 (diff) | |
download | linux-3.10-b36ab9754efbd7429d214b3b03dc9843882571bd.tar.gz linux-3.10-b36ab9754efbd7429d214b3b03dc9843882571bd.tar.bz2 linux-3.10-b36ab9754efbd7429d214b3b03dc9843882571bd.zip |
ARM: tegra: rework Tegra secondary CPU core bringup
Prepare the Tegra secondary CPU core bringup code for other Tegra variants.
The reset handler is also generalized to allow for future introduction of
powersaving modes which turn off the CPU cores.
Based on work by:
Scott Williams <scwilliams@nvidia.com>
Chris Johnson <cwj@nvidia.com>
Colin Cross <ccross@android.com>
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r-- | arch/arm/mach-tegra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index c103008d960..7c77a539f85 100644 --- a/arch/arm/mach-tegra/Makefile +++ b/arch/arm/mach-tegra/Makefile @@ -19,6 +19,7 @@ obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += pinmux-tegra30-tables.o obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += board-dt-tegra30.o obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra30_clocks.o obj-$(CONFIG_SMP) += platsmp.o localtimer.o headsmp.o +obj-$(CONFIG_SMP) += reset.o obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o obj-$(CONFIG_TEGRA_SYSTEM_DMA) += dma.o apbio.o obj-$(CONFIG_CPU_FREQ) += cpu-tegra.o |