posix-timers: Convert clock_gettime() to clockid_to_kclock()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 1 Feb 2011 13:51:50 +0000 (13:51 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 2 Feb 2011 14:28:14 +0000 (15:28 +0100)
commit42285777631aa0654fbb6442057b3e176445c6c5
tree01938e8e6cc8fe11879fffcb036eb6859f117628
parent26f9a4796af330173d790c8d2b5e2efcc489e755
posix-timers: Convert clock_gettime() to clockid_to_kclock()

Use the new kclock decoding mechanism and rename the misnomed
common_clock_get() to posix_clock_realtime_get().

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <johnstul@us.ibm.com>
Tested-by: Richard Cochran <richard.cochran@omicron.at>
LKML-Reference: <20110201134418.611097203@linutronix.de>
kernel/posix-timers.c