Re: [PATCH RFC V3 4/4] kvm : pv-ticketlocks support for linux guestsrunning on KVM hypervisor

From: Raghavendra K T
Date: Tue Dec 06 2011 - 01:54:27 EST


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 linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/