KVM: i8259: reduce excessive abstraction for pic_irq_request()
authorAvi Kivity <avi@redhat.com>
Mon, 3 May 2010 14:34:34 +0000 (17:34 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:47:03 +0000 (10:47 +0300)
commit073d46133ab0b42154f6b8429f4f66dbe2760bda
tree5b092dba4f6d1f65e3b91a28ebc45a17397150ee
parentb74a07beed0e64bfba413dcb70dd6749c57f43dc
KVM: i8259: reduce excessive abstraction for pic_irq_request()

Part of the i8259 code pretends it isn't part of kvm, but we know better.
Reduce excessive abstraction, eliminating callbacks and void pointers.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/i8259.c
arch/x86/kvm/irq.h
This page took 0.026381 seconds and 5 git commands to generate.