[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5117D95F.2030904@southpole.se>
Date: Sun, 10 Feb 2013 18:31:11 +0100
From: Jonas Bonn <jonas@...thpole.se>
To: Len Brown <lenb@...nel.org>
CC: linux-pm@...r.kernel.org, Len Brown <len.brown@...el.com>,
linux-kernel@...r.kernel.org, linux@...ts.openrisc.net
Subject: Re: [ORLinux] [PATCH 13/16] openrisc idle: delete pm_idle
On 02/10/13 06:58, Len Brown wrote:
> From: Len Brown <len.brown@...el.com>
>
> pm_idle() on openrisc was dead code.
>
> Signed-off-by: Len Brown <len.brown@...el.com>
> Cc: linux@...ts.openrisc.net
> ---
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists