]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] Time: Use clocksource infrastructure for update_wall_time
authorjohn stultz <johnstul@us.ibm.com>
Mon, 26 Jun 2006 07:25:06 +0000 (00:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:20 +0000 (09:58 -0700)
commitad596171ed635c51a9eef829187af100cbf8dcf7
tree24b19bec1b1abd8bd110064226569aa42dde0b3b
parent734efb467b31e56c2f9430590a9aa867ecf3eea1
[PATCH] Time: Use clocksource infrastructure for update_wall_time

Modify the update_wall_time function so it increments time using the
clocksource abstraction instead of jiffies.  Since the only clocksource driver
currently provided is the jiffies clocksource, this should result in no
functional change.  Additionally, a timekeeping_init and timekeeping_resume
function has been added to initialize and maintain some of the new timekeping
state.

[hirofumi@mail.parknet.co.jp: fixlet]
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/time.h
init/main.c
kernel/Makefile
kernel/time/clocksource.c
kernel/timer.c