]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
KVM: PPC: Book3S HV: Enable for little endian hosts
authorAlexander Graf <agraf@suse.de>
Wed, 11 Jun 2014 08:39:38 +0000 (10:39 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 28 Jul 2014 13:22:26 +0000 (15:22 +0200)
Now that we've fixed all the issues that HV KVM code had on little endian
hosts, we can enable it in the kernel configuration for users to play with.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/Kconfig

index d6a53b95de94a2afe544293e6f3a12ef37acee03..8aeeda1ff42a4f0b96c51238e9759cc7e39a101a 100644 (file)
@@ -75,7 +75,6 @@ config KVM_BOOK3S_64
 config KVM_BOOK3S_64_HV
        tristate "KVM support for POWER7 and PPC970 using hypervisor mode in host"
        depends on KVM_BOOK3S_64
-       depends on !CPU_LITTLE_ENDIAN
        select KVM_BOOK3S_HV_POSSIBLE
        select MMU_NOTIFIER
        select CMA