> Your patch breaks the mmtimer driver because it used k_itimer values for > its own purposes. Here is a fix by defining an additional structure > in k_itimer (same approach for mmtimer as the cpu timers):
This seems reasonable enough to me. Perhaps if there will be lots of timer guts implementations, and more coming in modules or whatnot, then the union should be replaced with a more generic private-data buffer, or at least have a vanilla padding alternative in the union. But I am certainly happy with the simple path of just adding in the implementations as they come like you've done for mmtimer. Thanks, Roland - 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/