[S390] s390-kvm: leave sie context on work. Removes preemption requirement
[safe/jmp/linux-2.6] / arch / s390 / kvm / Kconfig
index 2489b34..e051cad 100644 (file)
@@ -22,7 +22,6 @@ config KVM
        select PREEMPT_NOTIFIERS
        select ANON_INODES
        select S390_SWITCH_AMODE
-       select PREEMPT
        ---help---
          Support hosting paravirtualized guest machines using the SIE
          virtualization capability on the mainframe. This should work
@@ -36,6 +35,9 @@ config KVM
 
          If unsure, say N.
 
+config KVM_TRACE
+       bool
+
 # OK, it's a little counter-intuitive to do this, but it puts it neatly under
 # the virtualization menu.
 source drivers/virtio/Kconfig