diff options
author | Yong Zhang <yong.zhang0@gmail.com> | 2011-10-13 15:52:30 +0800 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-02-15 10:32:45 -0600 |
commit | dbfb7ed7ae1e8776083f71b3c1989c32b4092359 (patch) | |
tree | 5627d411fc31a09c583367a3cfe925a0a8300aee /kernel/hrtimer.c | |
parent | 6dbe91b3099ecd013c212ac874342f960e181479 (diff) |
hrtimer: Add missing debug_activate() aid [Was: Re: [ANNOUNCE] 3.0.6-rt17]
On Fri, Oct 07, 2011 at 10:25:25AM -0700, Fernando Lopez-Lezcano wrote:
> On 10/06/2011 06:15 PM, Thomas Gleixner wrote:
> >Dear RT Folks,
> >
> >I'm pleased to announce the 3.0.6-rt17 release.
>
> Hi and thanks again. So far this one is not hanging which is very
> good news. But I still see the hrtimer_fixup_activate warnings I
> reported for rt16...
Hi Fernando,
I think below patch will smooth your concern?
Thanks,
Yong
Diffstat (limited to 'kernel/hrtimer.c')
-rw-r--r-- | kernel/hrtimer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index 358442b0421e..d363df8477b7 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c @@ -1042,6 +1042,7 @@ int __hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, * remove it again and report a failure. This avoids * stale base->first entries. */ + debug_deactivate(timer); __remove_hrtimer(timer, new_base, timer->state & HRTIMER_STATE_CALLBACK, 0); } |