]> git.karo-electronics.de Git - karo-tx-linux.git/commit
time: prevent the loop in timespec_add_ns() from being optimised away
authorSegher Boessenkool <segher@kernel.crashing.org>
Tue, 4 Mar 2008 22:59:54 +0000 (14:59 -0800)
committerChris Wright <chrisw@sous-sol.org>
Sat, 19 Apr 2008 01:53:18 +0000 (18:53 -0700)
commit8512564b498417a1e6e9a4a228c20ffc667c3c0b
tree1f607480b1b36393c20620ee251a1a892612d1c9
parent16c64cac7d9c6a503f49887219c4fe675e7d43d9
time: prevent the loop in timespec_add_ns() from being optimised away

upstream commit: 38332cb98772f5ea757e6486bed7ed0381cb5f98

Since some architectures don't support __udivdi3().

Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Sedat Dilek <sedat.dilek@googlemail.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
include/linux/time.h