Skip to content

Commit a9c08bc

Browse files
KunWuChanmpe
authored andcommitted
KVM: PPC: code cleanup for kvmppc_book3s_irqprio_deliver
This part was commented from commit 2f4cf5e ("Add book3s.c") in about 14 years before. If there are no plans to enable this part code in the future, we can remove this dead code. Signed-off-by: Kunwu Chan <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://msgid.link/[email protected]
1 parent 7be6ce7 commit a9c08bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/powerpc/kvm/book3s.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,6 @@ static int kvmppc_book3s_irqprio_deliver(struct kvm_vcpu *vcpu,
360360
break;
361361
}
362362

363-
#if 0
364-
printk(KERN_INFO "Deliver interrupt 0x%x? %x\n", vec, deliver);
365-
#endif
366-
367363
if (deliver)
368364
kvmppc_inject_interrupt(vcpu, vec, 0);
369365

0 commit comments

Comments
 (0)