commit | c2853c8df57f49620d26f317d7d43347c29bfc2e | [log] [tgz] |
---|---|---|
author | Alex Shi <alex.shi@intel.com> | Wed Jun 12 14:05:10 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jun 12 16:29:47 2013 -0700 |
tree | 4aa0a7f658e1db70c0f8e903cda95590bdb9b1c5 | |
parent | 89dc991f0f5272c307c746fdd57d0bff382b1ba2 [diff] |
include/linux/math64.h: add div64_ul() There is div64_long() to handle the s64/long division, but no mocro do u64/ul division. It is necessary in some scenarios, so add this function. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Alex Shi <alex.shi@intel.com> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>