From: Yang Yingliang Date: Thu, 12 Dec 2013 02:57:22 +0000 (+0800) Subject: sch_tbf: use do_div() for 64-bit divide X-Git-Tag: v3.13-rc4~3^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d55d282e6af88120ad90e93a88f70e3116dc0e3d;p=pandora-kernel.git sch_tbf: use do_div() for 64-bit divide It's doing a 64-bit divide which is not supported on 32-bit architectures in psched_ns_t2l(). The correct way to do this is to use do_div(). It's introduced by commit cc106e441a63 ("net: sched: tbf: fix the calculation of max_size") Reported-by: kbuild test robot Signed-off-by: Yang Yingliang Signed-off-by: David S. Miller --- Reading git-diff-tree failed