commit | 4302e0fb7fa5b071e30f3cfb68e85155b3d69d9b | [log] [tgz] |
---|---|---|
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | Thu Jun 17 10:42:44 2010 +0900 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Jul 30 09:29:14 2010 -0700 |
tree | 059617eb4f3350ce40cb44c9537dce7a1168e2ea | |
parent | 2eb5ebd3665a38a4526b45cb3a31a132b2aa9927 [diff] |
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 <willy@linux.intel.com> Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>