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

Commit 7626f933 authored by Len Brown's avatar Len Brown
Browse files

mn10300 idle: delete pm_idle



pm_idle on mn10300 served no purpose.

Signed-off-by: default avatarLen Brown <len.brown@intel.com>
Cc: linux-am33-list@redhat.com
parent def82035
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -36,12 +36,6 @@
#include <asm/gdb-stub.h>
#include "internal.h"

/*
 * power management idle function, if any..
 */
void (*pm_idle)(void);
EXPORT_SYMBOL(pm_idle);

/*
 * return saved PC of a blocked thread.
 */
@@ -113,7 +107,6 @@ void cpu_idle(void)
			void (*idle)(void);

			smp_rmb();
			idle = pm_idle;
			if (!idle) {
#if defined(CONFIG_SMP) && !defined(CONFIG_HOTPLUG_CPU)
				idle = poll_idle;