| * The idle loop for all SuperH platforms. |
| * Copyright (C) 2002 - 2009 Paul Mundt |
| * This file is subject to the terms and conditions of the GNU General Public |
| * License. See the file "COPYING" in the main directory of this archive |
| #include <linux/module.h> |
| #include <linux/preempt.h> |
| #include <linux/thread_info.h> |
| #include <linux/irqflags.h> |
| #include <linux/atomic.h> |
| static void (*sh_idle)(void); |
| void arch_cpu_idle_dead(void) |
| void __init select_idle_routine(void) |
| * If a platform has set its own idle routine, leave it alone. |
| void stop_this_cpu(void *unused) |
| set_cpu_online(smp_processor_id(), false); |