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)
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

No differences found