On Sat, 9 Feb 2008 15:49:17 -0600 Dimitri Sivanich <[EMAIL PROTECTED]> wrote:
> The purpose of this patch to the SGI Altix specific mmtimer (posix timer) > driver is to allow a virtually infinite number of timers to be set per node. > > Timers will now be kept on a sorted per-node list and a single node-based > hardware comparator is used to trigger the next timer. drivers/char/mmtimer.c: In function `sgi_timer_del': drivers/char/mmtimer.c:607: warning: 't' might be used uninitialized in this function Are you sure this is absolutely always a false positive? If so, we can shut it up with uninitialized_var(). - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html