|
@@ -45,16 +45,6 @@ int platform_cpu_kill(unsigned int cpu)
|
|
*/
|
|
*/
|
|
void platform_cpu_die(unsigned int cpu)
|
|
void platform_cpu_die(unsigned int cpu)
|
|
{
|
|
{
|
|
-#ifdef DEBUG
|
|
|
|
- unsigned int this_cpu = hard_smp_processor_id();
|
|
|
|
-
|
|
|
|
- if (cpu != this_cpu) {
|
|
|
|
- printk(KERN_CRIT "Eek! platform_cpu_die running on %u, should be %u\n",
|
|
|
|
- this_cpu, cpu);
|
|
|
|
- BUG();
|
|
|
|
- }
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
/* directly enter low power state, skipping secure registers */
|
|
/* directly enter low power state, skipping secure registers */
|
|
platform_do_lowpower(cpu);
|
|
platform_do_lowpower(cpu);
|
|
}
|
|
}
|