Commit ed983140 authored by Len Brown's avatar Len Brown

openrisc idle: delete pm_idle

pm_idle() on openrisc was dead code.
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
Cc: linux@lists.openrisc.net
parent 7626f933
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment