From: Bjorn Helgaas Date: Fri, 27 Jun 2008 22:57:06 +0000 (-0600) Subject: PNP: increase I/O port & memory option address sizes X-Git-Tag: v2.6.27-rc1~1050^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=169aaffe885c56745188e7913f212a67beaa3b80;p=pandora-kernel.git PNP: increase I/O port & memory option address sizes ACPI Address Space Descriptors can be up to 64 bits wide. We should keep track of the whole thing when parsing resource options, so this patch changes PNP port and mem option fields from "unsigned short" and "unsigned int" to "resource_size_t". Signed-off-by: Bjorn Helgaas Signed-off-by: Andi Kleen Acked-by: Rene Herman Signed-off-by: Len Brown --- Reading git-diff-tree failed