[PATCH] hrtimer: convert posix timers completely
- convert posix-timers.c to use hrtimers - remove the now obsolete abslist code Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
97735f25d2
commit
becf8b5d00
@@ -99,7 +99,8 @@ void uml_idle_timer(void)
|
||||
set_interval(ITIMER_REAL);
|
||||
}
|
||||
|
||||
extern int do_posix_clock_monotonic_gettime(struct timespec *tp);
|
||||
extern void ktime_get_ts(struct timespec *ts);
|
||||
#define do_posix_clock_monotonic_gettime(ts) ktime_get_ts(ts)
|
||||
|
||||
void time_init(void)
|
||||
{
|
||||
@@ -114,8 +115,8 @@ void time_init(void)
|
||||
wall_to_monotonic.tv_nsec = -now.tv_nsec;
|
||||
}
|
||||
|
||||
/* Declared in linux/time.h, which can't be included here */
|
||||
extern void clock_was_set(void);
|
||||
/* Defined in linux/ktimer.h, which can't be included here */
|
||||
#define clock_was_set() do { } while (0)
|
||||
|
||||
void do_gettimeofday(struct timeval *tv)
|
||||
{
|
||||
|
Reference in New Issue
Block a user