On 05/29/2013 01:52 PM, Mike Galbraith wrote: > Seems mce timer fire at the wrong frequency in -rt kernels since roughly > forever due to 32 bit overflow. 3.8-rt is also missing a multiplier. > > Add missing us -> ns conversion and 32 bit overflow prevention. > > Signed-off-by: Mike Galbraith <bitbucket@xxxxxxxxx> Thank you. I replaced (u64) cast by adding ULL to the numeric value. Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html