projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf7ca4b
)
KVM: PPC: make e500v2 kvm and e500mc cpu mutually exclusive
author
Alexander Graf
<agraf@suse.de>
Wed, 15 Feb 2012 23:41:20 +0000
(23:41 +0000)
committer
Avi Kivity
<avi@redhat.com>
Sun, 8 Apr 2012 09:54:59 +0000
(12:54 +0300)
We can't run e500v2 kvm on e500mc kernels, so indicate that by
making the 2 options mutually exclusive in kconfig.
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/kvm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kvm/Kconfig
b/arch/powerpc/kvm/Kconfig
index 44a998dc8399fc220d7b831fe1a7a1b265f29fcd..f4dacb9c57fac1a275291aedf1357c3070b6f750 100644
(file)
--- a/
arch/powerpc/kvm/Kconfig
+++ b/
arch/powerpc/kvm/Kconfig
@@
-120,7
+120,7
@@
config KVM_EXIT_TIMING
config KVM_E500V2
bool "KVM support for PowerPC E500v2 processors"
- depends on EXPERIMENTAL && E500
+ depends on EXPERIMENTAL && E500
&& !PPC_E500MC
select KVM
select KVM_MMIO
---help---