On Mon, 2005-08-15 at 16:39 -0700, George Anzinger wrote: > I haven't looked at this new code all that closely as yet. One thing I > did notice is that there is an assumption that the "timer being > delivered flag" can be shared between LR timers and HR timers. I > suspect this is wrong as the delivery code is in seperate threads (I > assume). This could lead to del_timer_async missing a timer.
You're right, I found this yesterday night. Silly me. This happened when I moved the hr timers into the tvec_t_base_s structure due to Olegs changes to the timer_list and the deletion code. tglx - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

