diff options
author | john stultz <johnstul@us.ibm.com> | 2007-02-16 04:28:17 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-16 11:14:00 -0500 |
commit | acc9a9dcdd0dd1d295c2f2ee02c27c761bd63cb1 (patch) | |
tree | 78acee4323183da18586c9f4fc8a50999a2f4755 /kernel/timer.c | |
parent | 88ad0bf6890505cbd9ca1dbb79944a27b5c8697d (diff) |
[PATCH] generic: vsyscall-gtod support for GENERIC_TIME
Provides generic infrastructure for vsyscall-gtod.
[akpm@osdl.org: cleanup]
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Andi Kleen <ak@muc.de>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/timer.c')
-rw-r--r-- | kernel/timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/timer.c b/kernel/timer.c index c3c67f3c0190..cb1b86a9c52f 100644 --- a/kernel/timer.c +++ b/kernel/timer.c | |||
@@ -1174,6 +1174,7 @@ static void update_wall_time(void) | |||
1174 | 1174 | ||
1175 | /* check to see if there is a new clocksource to use */ | 1175 | /* check to see if there is a new clocksource to use */ |
1176 | change_clocksource(); | 1176 | change_clocksource(); |
1177 | update_vsyscall(&xtime, clock); | ||
1177 | } | 1178 | } |
1178 | 1179 | ||
1179 | /* | 1180 | /* |