From: Kenji Kaneshige Date: Thu, 17 Jun 2010 01:42:44 +0000 (+0900) Subject: PCI: fix wrong memory address handling in MSI-X X-Git-Tag: v2.6.36-rc1~518^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4302e0fb7fa5b071e30f3cfb68e85155b3d69d9b;p=pandora-kernel.git PCI: fix wrong memory address handling in MSI-X Use resource_size_t for MMIO address instead of unsigned long. Otherwise, higher 32-bits of MMIO address are cleared unexpectedly in x86-32 PAE. Acked-by: Matthew Wilcox Signed-off-by: Kenji Kaneshige Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed