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)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 9 Mar 2008 07:42:57 +0000 (08:42 +0100)
commit38332cb98772f5ea757e6486bed7ed0381cb5f98
tree5690b915ed9e9a64e67520df70329081900dca85
parente48af19f56eb47a1f908ee8f16df9d246f955b21
time: prevent the loop in timespec_add_ns() from being optimised away

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>
include/linux/time.h
This page took 0.025501 seconds and 5 git commands to generate.