On 12/06/2011 08:57 AM, Konrad Rzeszutek Wilk wrote:
+static inline void add_stats(enum kvm_contention_stat var, int val)You probably want 'int val' to be 'u32 val' as that is the type in contention_stats.
Yes. Thanks for pointing, as its cumulative. It is indeed u32 in #else :).I 'll change that.
-- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html