]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/powerpc/kvm/emulate.c
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
[linux.git] / arch / powerpc / kvm / emulate.c
index 4d8b4d6cebff24390c3921857771c34f57014a8f..fa888bfc347e6e6e10055cd7b2e36a6c5c4ecf2b 100644 (file)
@@ -45,12 +45,6 @@ void kvmppc_emulate_dec(struct kvm_vcpu *vcpu)
 #ifdef CONFIG_PPC_BOOK3S
        /* mtdec lowers the interrupt line when positive. */
        kvmppc_core_dequeue_dec(vcpu);
-
-       /* POWER4+ triggers a dec interrupt if the value is < 0 */
-       if (vcpu->arch.dec & 0x80000000) {
-               kvmppc_core_queue_dec(vcpu);
-               return;
-       }
 #endif
 
 #ifdef CONFIG_BOOKE