diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2006-02-01 03:05:13 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-01 08:53:13 -0800 |
commit | 66188fae3bf7f8dd951e2291d2a81888ed1b65de (patch) | |
tree | e07737a7064e1d10e5d9a8f28c35de600f79440f /include/linux/ktime.h | |
parent | 7978672c4d9a1e6a6081de3a9d9ba5e5b24904a0 (diff) | |
download | linux-3.10-66188fae3bf7f8dd951e2291d2a81888ed1b65de.tar.gz linux-3.10-66188fae3bf7f8dd951e2291d2a81888ed1b65de.tar.bz2 linux-3.10-66188fae3bf7f8dd951e2291d2a81888ed1b65de.zip |
[PATCH] hrtimers: add back lost credit lines
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 <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/ktime.h')
-rw-r--r-- | include/linux/ktime.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/ktime.h b/include/linux/ktime.h index 1bd6552cc34..6aca67a569a 100644 --- a/include/linux/ktime.h +++ b/include/linux/ktime.h @@ -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 |