From: Jeremy Fitzhardinge Date: Thu, 12 Jun 2008 08:47:58 +0000 (+0200) Subject: add an inlined version of iter_div_u64_rem X-Git-Tag: v2.6.26-rc6~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5e181f78ac753893eb930868a52a4488cd3de0a;p=pandora-kernel.git add an inlined version of iter_div_u64_rem iter_div_u64_rem is used in the x86-64 vdso, which cannot call other kernel code. For this case, provide the always_inlined version, __iter_div_u64_rem. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed