Skip to content

Commit

Permalink
KVM: x86: fix previous commit for 32-bit
Browse files Browse the repository at this point in the history
Unfortunately I only noticed this after pushing.

Fixes: f0d648b
Cc: stable@vger.kernel.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
Paolo Bonzini committed Oct 14, 2015
1 parent 7391773 commit 25188b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -7482,7 +7482,7 @@ void kvm_arch_sync_events(struct kvm *kvm)
int __x86_set_memory_region(struct kvm *kvm, int id, gpa_t gpa, u32 size)
{
int i, r;
u64 hva;
unsigned long hva;
struct kvm_memslots *slots = kvm_memslots(kvm);
struct kvm_memory_slot *slot, old;

Expand Down

0 comments on commit 25188b9

Please sign in to comment.