diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2006-02-01 06:05:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-01 11:53:13 -0500 |
commit | 66188fae3bf7f8dd951e2291d2a81888ed1b65de (patch) | |
tree | e07737a7064e1d10e5d9a8f28c35de600f79440f /kernel/hrtimer.c | |
parent | 7978672c4d9a1e6a6081de3a9d9ba5e5b24904a0 (diff) |
[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 'kernel/hrtimer.c')
-rw-r--r-- | kernel/hrtimer.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index efff9496b2fa..2b6e1757aedd 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
@@ -21,6 +21,12 @@ | |||
21 | * Credits: | 21 | * Credits: |
22 | * based on kernel/timer.c | 22 | * based on kernel/timer.c |
23 | * | 23 | * |
24 | * Help, testing, suggestions, bugfixes, improvements were | ||
25 | * provided by: | ||
26 | * | ||
27 | * George Anzinger, Andrew Morton, Steven Rostedt, Roman Zippel | ||
28 | * et. al. | ||
29 | * | ||
24 | * For licencing details see kernel-base/COPYING | 30 | * For licencing details see kernel-base/COPYING |
25 | */ | 31 | */ |
26 | 32 | ||