lkml.org 
[lkml]   [2006]   [Apr]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Subject2.6.16-rt12: enqueue_hrtimer arguments?
From
Date
Looks like this chunk has an extra argument to enqueue_hrtimer... I
erased the HRTIMER_INACTIVE it and I'm trying again to compile...

@@ -798,9 +1130,9 @@ static void migrate_hrtimer_list(struct

while ((node = rb_first(&old_base->active))) {
timer = rb_entry(node, struct hrtimer, node);
- __remove_hrtimer(timer, old_base);
+ __remove_hrtimer(timer, old_base, HRTIMER_INACTIVE);
timer->base = new_base;
- enqueue_hrtimer(timer, new_base);
+ enqueue_hrtimer(timer, new_base, HRTIMER_INACTIVE);
}
}

-- Fernando


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-04-05 04:04    [W:0.184 / U:0.636 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site