KVM: Distangle eventfd code from irqchip
authorAlexander Graf <agraf@suse.de>
Mon, 8 Oct 2012 22:22:59 +0000 (00:22 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Dec 2012 00:33:49 +0000 (01:33 +0100)
The current eventfd code assumes that when we have eventfd, we also have
irqfd for in-kernel interrupt delivery. This is not necessarily true. On
PPC we don't have an in-kernel irqchip yet, but we can still support easily
support eventfd.

Signed-off-by: Alexander Graf <agraf@suse.de>

No differences found