summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/common.h
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2012-01-18 13:41:09 +0000
committerMarc Zyngier <marc.zyngier@arm.com>2012-02-22 18:36:43 +0000
commitbb54447ace2ee892982f0f576307998d84bf854a (patch)
treebbd505ddb8c63c3ce33d9ee6643eaf8a96972c5c /arch/arm/mach-tegra/common.h
parent6033f6f524d853880bd63cea9cdd72202b03e4a6 (diff)
ARM: hotplug: Introduce dummy_cpu_kill
Most platforms don't implement their cpu_kill method. Some because they simply don't offer the capability, some other because nobody cared enough to implement the necessary code. Either way, this code is duplicated all over the place. Implement a global dummy_cpu_kill method and convert all SMP (but shmobile) to use it. Hopefully the "dummy" prefix will be an insentive for people to do the right thing.
Diffstat (limited to 'arch/arm/mach-tegra/common.h')
-rw-r--r--arch/arm/mach-tegra/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/common.h b/arch/arm/mach-tegra/common.h
index e4c214d4a575..c135700f63ff 100644
--- a/arch/arm/mach-tegra/common.h
+++ b/arch/arm/mach-tegra/common.h
@@ -6,6 +6,5 @@ struct arm_soc_smp_ops;
extern struct arm_soc_smp_init_ops tegra_soc_smp_init_ops;
extern struct arm_soc_smp_ops tegra_soc_smp_ops;
-extern int tegra_cpu_kill(unsigned int cpu);
extern void tegra_cpu_die(unsigned int cpu);
extern int tegra_cpu_disable(unsigned int cpu);