mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 18:11:56 +00:00
510bb595de
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>
6 lines
183 B
C
6 lines
183 B
C
extern struct smp_operations tegra_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);
|