]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: KVM: fix compilation after removal of user_alloc from struct kvm_memory_slot
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 15 Feb 2013 19:20:08 +0000 (19:20 +0000)
committerGleb Natapov <gleb@redhat.com>
Mon, 25 Feb 2013 09:48:41 +0000 (11:48 +0200)
commit14a5d9952fb1eeb7b600b96936c083fff66b1b7d
tree74d3bf6905f6c82e45ca19d180b9753b66fd5f49
parent67f59696c11c4e0b7c614f2391f1f2f5989df718
ARM: KVM: fix compilation after removal of user_alloc from struct kvm_memory_slot

Commit 822ea7f (KVM: Remove user_alloc from struct kvm_memory_slot)
broke KVM/ARM by removing the user_alloc field from a public structure.

As we only used this field to alert the user that we didn't support
this operation mode, there is no harm in discarding this bit of code
without any remorse.

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