-
- Downloads
[PATCH] Time: Clocksource Infrastructure
This introduces the clocksource management infrastructure. A clocksource is a driver-like architecture generic abstraction of a free-running counter. This code defines the clocksource structure, and provides management code for registering, selecting, accessing and scaling clocksources. Additionally, this includes the trivial jiffies clocksource, a lowest common denominator clocksource, provided mainly for use as an example. [hirofumi@mail.parknet.co.jp: Don't enable IRQ too early] Signed-off-by:John Stultz <johnstul@us.ibm.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu> Signed-off-by:
Paul Mundt <lethal@linux-sh.org> Signed-off-by:
John Stultz <johnstul@us.ibm.com> Signed-off-by:
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- Documentation/kernel-parameters.txt 10 additions, 4 deletionsDocumentation/kernel-parameters.txt
- include/linux/clocksource.h 181 additions, 0 deletionsinclude/linux/clocksource.h
- kernel/time/Makefile 1 addition, 0 deletionskernel/time/Makefile
- kernel/time/clocksource.c 344 additions, 0 deletionskernel/time/clocksource.c
- kernel/time/jiffies.c 73 additions, 0 deletionskernel/time/jiffies.c
Loading
Please register or sign in to comment