aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/platsmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/platsmp.c')
-rw-r--r--arch/arm/mach-tegra/platsmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/platsmp.c b/arch/arm/mach-tegra/platsmp.c
index 40f8c37c8178..5882da0f4d8a 100644
--- a/arch/arm/mach-tegra/platsmp.c
+++ b/arch/arm/mach-tegra/platsmp.c
@@ -212,6 +212,7 @@ struct smp_operations tegra_smp_ops __initdata = {
212 .smp_secondary_init = tegra_secondary_init, 212 .smp_secondary_init = tegra_secondary_init,
213 .smp_boot_secondary = tegra_boot_secondary, 213 .smp_boot_secondary = tegra_boot_secondary,
214#ifdef CONFIG_HOTPLUG_CPU 214#ifdef CONFIG_HOTPLUG_CPU
215 .cpu_kill = tegra_cpu_kill,
215 .cpu_die = tegra_cpu_die, 216 .cpu_die = tegra_cpu_die,
216 .cpu_disable = tegra_cpu_disable, 217 .cpu_disable = tegra_cpu_disable,
217#endif 218#endif