KVM: PPC: Convert u64 -> ulong
authorAlexander Graf <agraf@suse.de>
Tue, 20 Apr 2010 00:49:46 +0000 (02:49 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:18:55 +0000 (12:18 +0300)
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 <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found