Re: [ORLinux] [PATCH 13/16] openrisc idle: delete pm_idle

From: Jonas Bonn
Date: Sun Feb 10 2013 - 12:31:01 EST


On 02/10/13 06:58, Len Brown wrote:
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(-)

Thanks, Len. Will apply.
/Jonas

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);

--
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/