From: Matthew Wilcox Date: Mon, 28 Jul 2008 17:39:00 +0000 (-0400) Subject: PCI: handle 64-bit resources better on 32-bit machines X-Git-Tag: v2.6.27-rc1~3^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc5499c3a607a392e8a7adb934aaf14b2c6a3519;p=pandora-kernel.git PCI: handle 64-bit resources better on 32-bit machines If the kernel is configured to support 64-bit resources on a 32-bit machine, we can support 64-bit BARs properly. Just change the condition to check sizeof(resource_size_t) instead of BITS_PER_LONG. Signed-off-by: Matthew Wilcox Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed