OSDN Git Service

ARM: KVM: fix kvm_arch_{prepare,commit}_memory_region
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 15 Feb 2013 19:20:06 +0000 (19:20 +0000)
committerGleb Natapov <gleb@redhat.com>
Mon, 25 Feb 2013 09:47:28 +0000 (11:47 +0200)
commitbef103aa7dd75121f66848d91f6b6179d40c1a71
tree558330981a27a3d7a05c57ed82e74b0ac655ac70
parentab7826595e9ec51a51f622c5fc91e2f59440481a
ARM: KVM: fix kvm_arch_{prepare,commit}_memory_region

Commit f82a8cfe9 (KVM: struct kvm_memory_slot.user_alloc -> bool)
broke the ARM KVM port by changing the prototype of two global
functions.

Apply the same change to fix the compilation breakage.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
arch/arm/kvm/arm.c