Commit 7f81ea7e authored by Len Brown's avatar Len Brown Committed by Jonas Bonn

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
Signed-off-by: default avatarJonas Bonn <jonas@southpole.se>
parent 1b3737d4
......@@ -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