commit | 0e673fb679027600cad45bd61a4cc9ebd2ed2bb1 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Oct 09 00:06:20 2012 +0200 |
committer | Alexander Graf <agraf@suse.de> | Thu Dec 06 01:33:50 2012 +0100 |
tree | 305737e89b8fbfc558ec05d887ccf1e5c935748a | |
parent | 914daba865cb5c38cd5fdee024ca38029315b38f [diff] [blame] |
KVM: PPC: Support eventfd In order to support the generic eventfd infrastructure on PPC, we need to call into the generic KVM in-kernel device mmio code. Signed-off-by: Alexander Graf <agraf@suse.de>
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig index 71f0cd9..4730c95 100644 --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig
@@ -20,6 +20,7 @@ bool select PREEMPT_NOTIFIERS select ANON_INODES + select HAVE_KVM_EVENTFD config KVM_BOOK3S_HANDLER bool