From: Vivek Goyal Date: Fri, 1 Oct 2010 12:51:14 +0000 (+0200) Subject: blkio-throttle: Fix link failure failure on i386 X-Git-Tag: v2.6.37-rc1~168^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aad5d3ee4e4fce8f4b5bb6ca73342dcade42b33;p=pandora-kernel.git blkio-throttle: Fix link failure failure on i386 o Randy Dunlap reported following linux-next failure. This patch fixes it. on i386: blk-throttle.c:(.text+0x1abb8): undefined reference to `__udivdi3' blk-throttle.c:(.text+0x1b1dc): undefined reference to `__udivdi3' o bytes_per_second interface is 64bit and I was continuing to do 64 bit division even on 32bit platform without help of special macros/functions hence the failure. Signed-off-by: Vivek Goyal Reported-by: Randy Dunlap Signed-off-by: Jens Axboe --- Reading git-diff-tree failed