commit | 38332cb98772f5ea757e6486bed7ed0381cb5f98 | [log] [tgz] |
---|---|---|
author | Segher Boessenkool <segher@kernel.crashing.org> | Tue Mar 04 14:59:54 2008 -0800 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sun Mar 09 08:42:57 2008 +0100 |
tree | 5690b915ed9e9a64e67520df70329081900dca85 | |
parent | e48af19f56eb47a1f908ee8f16df9d246f955b21 [diff] |
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>