Re: [GIT pull] timer fixes for 2.6.31
- From: Heiko Carstens <heiko.carstens@xxxxxxxxxx>
- Date: Wed, 15 Jul 2009 10:20:40 +0200
On Tue, Jul 14, 2009 at 05:56:02PM +0200, Thomas Gleixner wrote:
Linus,
Please pull the latest timers-fixes-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git timers-fixes-for-linus
Thanks,
tglx
------------------>
Heiko Carstens (1):
timer stats: fix quick check optimization
hmm... this patch was not pulled.
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h--
index 54648e6..4759917 100644
--- a/include/linux/hrtimer.h
+++ b/include/linux/hrtimer.h
@@ -448,7 +448,7 @@ extern void timer_stats_update_stats(void *timer, pid_t pid, void *startf,
static inline void timer_stats_account_hrtimer(struct hrtimer *timer)
{
- if (likely(!timer->start_pid))
+ if (likely(!timer->start_site))
return;
timer_stats_update_stats(timer, timer->start_pid, timer->start_site,
timer->function, timer->start_comm, 0);
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/
- Follow-Ups:
- Re: [GIT pull] timer fixes for 2.6.31
- From: Thomas Gleixner
- Re: [GIT pull] timer fixes for 2.6.31
- References:
- [GIT pull] timer fixes for 2.6.31
- From: Thomas Gleixner
- [GIT pull] timer fixes for 2.6.31
- Prev by Date: Re: [PATCH]: New implementation of scsi_execute_async()
- Next by Date: Re: [PATCH 1/3] backlight: Allow drivers to update the core, and generate events on changes
- Previous by thread: [GIT pull] timer fixes for 2.6.31
- Next by thread: Re: [GIT pull] timer fixes for 2.6.31
- Index(es):
Relevant Pages
|