Skip to content

Commit

Permalink
openrisc idle: delete pm_idle
Browse files Browse the repository at this point in the history
pm_idle() on openrisc was dead code.

Signed-off-by: Len Brown <len.brown@intel.com>
Cc: linux@lists.openrisc.net
  • Loading branch information
Len Brown committed Feb 18, 2013
1 parent 7626f93 commit ed98314
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/openrisc/kernel/idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@

void (*powersave) (void) = NULL;

static inline void pm_idle(void)
{
barrier();
}

void cpu_idle(void)
{
set_thread_flag(TIF_POLLING_NRFLAG);
Expand Down

0 comments on commit ed98314

Please sign in to comment.