diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-04-18 19:04:09 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-04-18 19:04:09 +0200 |
commit | da2265b130f6b5be3b874bb2832335887fe59461 (patch) | |
tree | a392a1578760b1b2a160241cc449c91fad5c3daf /arch/arm/mach-tegra/platsmp.c | |
parent | Linux 3.9-rc7 (diff) | |
download | linux-da2265b130f6b5be3b874bb2832335887fe59461.tar.xz linux-da2265b130f6b5be3b874bb2832335887fe59461.zip |
ARM: tegra: remove tegra specific cpu_disable()
The tegra cpu_disable() function is the same as the generic version
in arch/arm/kernel/smp.c. Therefore, it can be removed.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-tegra/platsmp.c')
-rw-r--r-- | arch/arm/mach-tegra/platsmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/platsmp.c b/arch/arm/mach-tegra/platsmp.c index 2c6b3d55213b..ec33ec86aad9 100644 --- a/arch/arm/mach-tegra/platsmp.c +++ b/arch/arm/mach-tegra/platsmp.c @@ -192,6 +192,5 @@ struct smp_operations tegra_smp_ops __initdata = { #ifdef CONFIG_HOTPLUG_CPU .cpu_kill = tegra_cpu_kill, .cpu_die = tegra_cpu_die, - .cpu_disable = tegra_cpu_disable, #endif }; |