Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6947f948 authored by Alexander Graf's avatar Alexander Graf
Browse files

KVM: PPC: Book3S HV: Enable for little endian hosts



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: default avatarAlexander Graf <agraf@suse.de>
parent 9bf163f8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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