From: Alexander Graf Date: Tue, 20 Apr 2010 00:49:46 +0000 (+0200) Subject: KVM: PPC: Convert u64 -> ulong X-Git-Tag: v2.6.35-rc1~436^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af7b4d104b36e782a5a97dd55958c3c63964e088;p=pandora-kernel.git KVM: PPC: Convert u64 -> ulong There are some pieces in the code that I overlooked that still use u64s instead of longs. This slows down 32 bit hosts unnecessarily, so let's just move them to ulong. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed