Home
last modified time | relevance | path

Searched hist:"167 b1de3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/time/
H A Dclockevents.c167b1de3 Fri Dec 07 12:16:17 CST 2007 Thomas Gleixner <tglx@linutronix.de> clockevents: warn once when program_event() is called with negative expiry

The hrtimer problem with large relative timeouts resulting in a
negative expiry time went unnoticed as there is no check in the
clockevents_program_event() code. Put a check there with a WARN_ONCE
to avoid such problems in the future.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
167b1de3 Fri Dec 07 12:16:17 CST 2007 Thomas Gleixner <tglx@linutronix.de> clockevents: warn once when program_event() is called with negative expiry

The hrtimer problem with large relative timeouts resulting in a
negative expiry time went unnoticed as there is no check in the
clockevents_program_event() code. Put a check there with a WARN_ONCE
to avoid such problems in the future.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>