]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Wed, 19 Oct 2011 18:47:54 +0000 (14:47 -0400)
commit736707937ae5024da8125f4e5adc7c5b33b43944
treee763694c0ca2b38c43eb0c4ef2efb63f27ba3b9c
parent02f8c6aee8df3cdc935e9bdd4f2d020306035dbe
xen/pci: Shuffle code around.

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>
arch/x86/pci/xen.c