sh: Remove cpu_idle_wait()
cpuidle uses generic kick_all_cpus_sync() now. Remove the unused code. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Paul Mundt <lethal@linux-sh.org> Link: http://lkml.kernel.org/r/20120507175652.461648208@linutronix.de
This commit is contained in:
parent
c9b92b8407
commit
86627c93b3
3 changed files with 0 additions and 24 deletions
|
@ -98,7 +98,6 @@ extern struct sh_cpuinfo cpu_data[];
|
|||
#define cpu_relax() barrier()
|
||||
|
||||
void default_idle(void);
|
||||
void cpu_idle_wait(void);
|
||||
void stop_this_cpu(void *);
|
||||
|
||||
/* Forward decl */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue