[PATCH 13/16] openrisc idle: delete pm_idle

From: Len Brown
Date: Sun Feb 10 2013 - 01:00:35 EST


From: Len Brown <len.brown@xxxxxxxxx>

pm_idle() on openrisc was dead code.

Signed-off-by: Len Brown <len.brown@xxxxxxxxx>
Cc: linux@xxxxxxxxxxxxxxxxxx
---
arch/openrisc/kernel/idle.c | 5 -----
1 file changed, 5 deletions(-)

diff --git a/arch/openrisc/kernel/idle.c b/arch/openrisc/kernel/idle.c
index 7d618fe..5e8a3b6 100644
--- a/arch/openrisc/kernel/idle.c
+++ b/arch/openrisc/kernel/idle.c
@@ -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);
--
1.8.1.3.535.ga923c31

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/