git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e413e8
)
time: Include math64.h in time64.h
author
Xunlei Pang
<pang.xunlei@linaro.org>
Thu, 9 Apr 2015 01:04:40 +0000
(09:04 +0800)
committer
John Stultz
<john.stultz@linaro.org>
Fri, 22 May 2015 17:36:28 +0000
(10:36 -0700)
On 32-bit systems, timespec64_add_ns() calls __iter_div_u64_rem()
which needs math64.h, and we want to include time64.h in some
cases.
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Xunlei Pang <pang.xunlei@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
No differences found