]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: tegra: add cpu_disable for hotplug
authorJoseph Lo <josephl@nvidia.com>
Tue, 21 May 2013 10:13:35 +0000 (18:13 +0800)
committerStephen Warren <swarren@nvidia.com>
Tue, 28 May 2013 21:26:07 +0000 (15:26 -0600)
commit2d519bec0182cbc3d108da9a6581519c3a208c50
tree1a0cb9b73611ccb4583532def3cc425b0a30c820
parent63439f4e44484e42f4361d01480bf4b985953cf5
ARM: tegra: add cpu_disable for hotplug

The Tegra114 could hotplug the CPU0, but the common cpu_disable didn't
support that. Adding a Tegra specific cpu_disable function for it.

Signed-off-by: Joseph Lo <josephl@nvidia.com>
[swarren: adjusted the switch statement to be future-proof]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/common.h
arch/arm/mach-tegra/hotplug.c
arch/arm/mach-tegra/platsmp.c