xen/pci: Shuffle code around.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 6 Jul 2011 14:16:21 +0000 (10:16 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 11 Jul 2011 17:19:25 +0000 (13:19 -0400)
The file is hard to read. Move the code around so that
the contents of it follows a uniform format:
 - setup GSIs - PV, HVM, and initial domain case
 - then MSI/MSI-x setup - PV, HVM and then initial domain case.
 - then MSI/MSI-x teardown - same order.
 - lastly, the __init functions in PV, HVM, and initial domain order.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

No differences found