From: Thomas Gleixner At some point we added credits to people who actively helped to bring k/hr-timers along. This was lost in the big code revamp. Add it back. Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton --- include/linux/ktime.h | 6 ++++++ kernel/hrtimer.c | 6 ++++++ 2 files changed, 12 insertions(+) diff -puN include/linux/ktime.h~hrtimers-add-back-lost-credit-lines include/linux/ktime.h --- devel/include/linux/ktime.h~hrtimers-add-back-lost-credit-lines 2006-01-19 20:11:30.000000000 -0800 +++ devel-akpm/include/linux/ktime.h 2006-01-19 20:11:30.000000000 -0800 @@ -10,6 +10,12 @@ * * Started by: Thomas Gleixner and Ingo Molnar * + * Credits: + * + * Roman Zippel provided the ideas and primary code snippets of + * the ktime_t union and further simplifications of the original + * code. + * * For licencing details see kernel-base/COPYING */ #ifndef _LINUX_KTIME_H diff -puN kernel/hrtimer.c~hrtimers-add-back-lost-credit-lines kernel/hrtimer.c --- devel/kernel/hrtimer.c~hrtimers-add-back-lost-credit-lines 2006-01-19 20:11:30.000000000 -0800 +++ devel-akpm/kernel/hrtimer.c 2006-01-19 20:11:30.000000000 -0800 @@ -21,6 +21,12 @@ * Credits: * based on kernel/timer.c * + * Help, testing, suggestions, bugfixes, improvements were + * provided by: + * + * George Anzinger, Andrew Morton, Steven Rostedt, Roman Zippel + * et. al. + * * For licencing details see kernel-base/COPYING */ _