KVM: PPC: Book3S: Change return type to vm_fault_t
authorSouptick Joarder <jrdr.linux@gmail.com>
Thu, 10 May 2018 18:27:19 +0000 (23:57 +0530)
committerPaul Mackerras <paulus@ozlabs.org>
Thu, 17 May 2018 06:41:51 +0000 (16:41 +1000)
commit16d5c39d54031afe8a5663b4638030d9fc38ba19
tree01ad54622aeffa0f924e5ee50a1930d3fe1a6a2c
parente45719af1caff16dbc0f6bf7bbfbc5e7a54738a5
KVM: PPC: Book3S: Change return type to vm_fault_t

Use new return type vm_fault_t for fault handler
in struct vm_operations_struct. For now, this is
just documenting that the function returns a
VM_FAULT value rather than an errno.  Once all
instances are converted, vm_fault_t will become
a distinct type.

commit 1c8f422059ae ("mm: change return type to
vm_fault_t")

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/kvm/book3s_64_vio.c