xen-platform: use PCI interfaces to request IO and MEM resources.
authorIan Campbell <ian.campbell@citrix.com>
Tue, 11 Jan 2011 11:50:28 +0000 (11:50 +0000)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 12 Jan 2011 15:28:01 +0000 (10:28 -0500)
commit00f28e4037c8d5782fa7a1b2666b0dca21522d69
treebfb9cab03789d5e29b845006c892b4c7d0b17628
parent3c0eee3fe6a3a1c745379547c7e7c904aa64f6d5
xen-platform: use PCI interfaces to request IO and MEM resources.

This is the correct interface to use and something has broken the use
of the previous incorrect interface (which fails because the request
conflicts with the resources assigned for the PCI device itself
instead of nesting like the PCI interfaces do).

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: stable@kernel.org # 2.6.37 only
drivers/xen/platform-pci.c