]> git.baikalelectronics.ru Git - kernel.git/commit
time: Clean up warp_clock()
authorJohn Stultz <johnstul@us.ibm.com>
Thu, 11 Mar 2010 22:04:47 +0000 (14:04 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 12 Mar 2010 21:40:42 +0000 (22:40 +0100)
commitc2916ac1043bf93ab0ce9b28f032c099a8acf577
tree31aa86362e27a9a83958cf789ed31d4e674aa5ff
parent9a33df7d9d081043cc4500819c3da7f3d231c79e
time: Clean up warp_clock()

warp_clock() currently accesses timekeeping internal state directly, which
is unnecessary.  Convert it to use the proper timekeeping interfaces.

Signed-off-by: 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>
kernel/time.c