commit | 50eb2a3cd0f50d912b26d0b79b7f443344608390 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Dec 20 15:00:10 2009 +0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Mar 01 12:35:41 2010 -0300 |
tree | ee5822d6dd7428fe5624e08e3a588fea2a46affd | |
parent | 4c07b0a4b6df45fd8c6d07d838b4faf65eed2ba4 [diff] [blame] |
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>
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 @@ bool select PREEMPT_NOTIFIERS select ANON_INODES + select KVM_MMIO config KVM_BOOK3S_64_HANDLER bool