Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed983140 authored by Len Brown's avatar Len Brown
Browse files

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
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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);