OSDN Git Service

target-ppc: Remove unused kvmppc_read_segment_page_sizes() stub
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 13 Jan 2016 01:15:22 +0000 (12:15 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sat, 30 Jan 2016 12:37:38 +0000 (23:37 +1100)
commit512fe19330f60ebcb79a3f440411d3a1c7f6e11a
tree8fd226099ce6ed56835dcc5daa9cfac4fc6110c8
parent98ae3b27d57b59c6dc9a74e6351e339523c16def
target-ppc: Remove unused kvmppc_read_segment_page_sizes() stub

This stub function is in the !KVM ifdef in target-ppc/kvm_ppc.h.  However
no such function exists on the KVM side, or is ever used.

I think this originally referenced a function which read host page size
information from /proc, for we we now use the KVM GET_SMMU_INFO extension
instead.

In any case, it has no function now, so remove it.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Alexander Graf <agraf@suse.de>
target-ppc/kvm_ppc.h