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
Signed-off-by: Jonas Bonn <jonas@southpole.se>
  • Loading branch information
Len Brown authored and Jonas Bonn committed Feb 10, 2013
1 parent 1b3737d commit 7f81ea7
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 7f81ea7

Please sign in to comment.