Skip to content

Commit

Permalink
mn10300 idle: delete pm_idle
Browse files Browse the repository at this point in the history
pm_idle on mn10300 served no purpose.

Signed-off-by: Len Brown <[email protected]>
Cc: [email protected]
  • Loading branch information
lenb committed Feb 18, 2013
1 parent def8203 commit 7626f93
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/mn10300/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@
#include <asm/gdb-stub.h>
#include "internal.h"

/*
* power management idle function, if any..
*/
void (*pm_idle)(void);
EXPORT_SYMBOL(pm_idle);

/*
* return saved PC of a blocked thread.
*/
Expand Down Expand Up @@ -113,7 +107,6 @@ void cpu_idle(void)
void (*idle)(void);

smp_rmb();
idle = pm_idle;
if (!idle) {
#if defined(CONFIG_SMP) && !defined(CONFIG_HOTPLUG_CPU)
idle = poll_idle;
Expand Down

0 comments on commit 7626f93

Please sign in to comment.