From: Konrad Rzeszutek Wilk Date: Wed, 6 Jul 2011 14:16:21 +0000 (-0400) Subject: xen/pci: Shuffle code around. X-Git-Tag: v3.1-rc1~319^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fef6e26208879f76bada77c11c80d56ebacb32e4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed