commit | d5e181f78ac753893eb930868a52a4488cd3de0a | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Thu Jun 12 10:47:58 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Jun 12 10:47:58 2008 +0200 |
tree | 7d2f71fd3c84196f0d81a9e44861743b74e58ef6 | |
parent | f595ec964daf7f99668039d7303ddedd09a75142 [diff] |
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 <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>