|
@@ -47,15 +47,6 @@ void __ref tegra_cpu_die(unsigned int cpu)
|
|
|
BUG();
|
|
|
}
|
|
|
|
|
|
-int tegra_cpu_disable(unsigned int cpu)
|
|
|
-{
|
|
|
- /*
|
|
|
- * we don't allow CPU 0 to be shutdown (it is still too special
|
|
|
- * e.g. clock tick interrupts)
|
|
|
- */
|
|
|
- return cpu == 0 ? -EPERM : 0;
|
|
|
-}
|
|
|
-
|
|
|
#ifdef CONFIG_ARCH_TEGRA_2x_SOC
|
|
|
extern void tegra20_hotplug_shutdown(void);
|
|
|
void __init tegra20_hotplug_init(void)
|