[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1163150458.3138.610.camel@laptopd505.fenrus.org>
Date: Fri, 10 Nov 2006 10:20:58 +0100
From: Arjan van de Ven <arjan@...radead.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Andrew Morton <akpm@...l.org>, LKML <linux-kernel@...r.kernel.org>,
Ingo Molnar <mingo@...e.hu>, Len Brown <lenb@...nel.org>,
John Stultz <johnstul@...ibm.com>, Andi Kleen <ak@...e.de>,
Roman Zippel <zippel@...ux-m68k.org>
Subject: Re: [patch 02/19] hrtimers: clean up callback tracking
On Thu, 2006-11-09 at 23:38 +0000, Thomas Gleixner wrote:
> plain text document attachment
> (hrtimers-clean-up-callback-tracking.patch)
> From: Thomas Gleixner <tglx@...utronix.de>
>
> Reintroduce ktimers feature "optimized away" by the ktimers review process:
> remove the curr_timer pointer from the cpu-base and use the hrtimer state.
>
> Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
> Signed-off-by: Ingo Molnar <mingo@...e.hu>
>
> Index: linux-2.6.19-rc5-mm1/include/linux/hrtimer.h
> ===================================================================
> --- linux-2.6.19-rc5-mm1.orig/include/l
> - if (unlikely(base->cpu_base->curr_timer == timer))
> + if (unlikely(timer->state & HRTIMER_STATE_CALLBACK))
> return base;
this also could use the hrtimer_is_running() inline from the [01/19]
review
otherwise looks ok:
Acked-by: Arjan van de Ven <arjan@...ux.intel.com>
--
if you want to mail me at work (you don't), use arjan (at) linux.intel.com
Test the interaction between Linux and your BIOS via http://www.linuxfirmwarekit.org
-
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