commit | 19923c190e0932bf0ac1e1d06a48f5c3678dd0de | [log] [tgz] |
---|---|---|
author | Roman Zippel <zippel@linux-m68k.org> | Mon Jun 26 00:25:18 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jun 26 09:58:21 2006 -0700 |
tree | 2a32f5f16b3bbebd74c0f4910493c7f28a70fd84 | |
parent | 6415ce9a922a1446e7ee0ac9b016082232ebe373 [diff] |
[PATCH] fix and optimize clock source update This fixes the clock source updates in update_wall_time() to correctly track the time coming in via current_tick_length(). Optimize the fast paths to be as short as possible to keep the overhead low. Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Acked-by: John Stultz <johnstul@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>