xen/pci: In xen_register_pirq bind the GSI to the IRQ after the hypercall.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 6 Jul 2011 14:48:22 +0000 (10:48 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 11 Jul 2011 17:19:28 +0000 (13:19 -0400)
commit30bd35edfd5c82147bdcf0540c6bd3cf92d101f8
tree79796537057298a13cf7861c096f77f833fcc605
parentd92edd814e3c9d9105de55b14c8958b1f8f20269
xen/pci: In xen_register_pirq bind the GSI to the IRQ after the hypercall.

Not before .. also that code segment starts looking like the HVM one.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/pci/xen.c