openrisc idle: delete pm_idle

pm_idle() on openrisc was dead code.

Signed-off-by: Len Brown <len.brown@intel.com>
Cc: linux@lists.openrisc.net
This commit is contained in:
Len Brown 2013-02-09 22:26:31 -05:00
parent 7626f93316
commit ed9831407b
1 changed files with 0 additions and 5 deletions

View File

@ -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);