From: Bjorn Helgaas Date: Thu, 5 Nov 2009 17:17:11 +0000 (-0600) Subject: x86/PCI: remove 64-bit division X-Git-Tag: v2.6.33-rc1~321^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea7f1b6ee9dc96c5827b06ba21d7769d553efb7d;p=pandora-kernel.git x86/PCI: remove 64-bit division The roundup() caused a build error (undefined reference to `__udivdi3'). We're aligning to power-of-two boundaries, so it's simpler to just use ALIGN() anyway, which avoids the division. Signed-off-by: Bjorn Helgaas Acked-by: Randy Dunlap Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed