diff options
author | Avi Kivity <avi@redhat.com> | 2009-12-20 15:00:10 +0200 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2010-03-01 12:35:41 -0300 |
commit | 50eb2a3cd0f50d912b26d0b79b7f443344608390 (patch) | |
tree | ee5822d6dd7428fe5624e08e3a588fea2a46affd /arch/powerpc | |
parent | 4c07b0a4b6df45fd8c6d07d838b4faf65eed2ba4 (diff) | |
download | op-kernel-dev-50eb2a3cd0f50d912b26d0b79b7f443344608390.zip op-kernel-dev-50eb2a3cd0f50d912b26d0b79b7f443344608390.tar.gz |
KVM: Add KVM_MMIO kconfig item
s390 doesn't have mmio, this will simplify ifdefing it out.
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/kvm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig index 6fb6e8a..be28968 100644 --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig @@ -20,6 +20,7 @@ config KVM bool select PREEMPT_NOTIFIERS select ANON_INODES + select KVM_MMIO config KVM_BOOK3S_64_HANDLER bool |