]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] tick-management: core functionality
authorThomas Gleixner <tglx@linutronix.de>
Fri, 16 Feb 2007 09:28:01 +0000 (01:28 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 16 Feb 2007 16:13:59 +0000 (08:13 -0800)
commit0e198e220e5fa550d2d93422c7d9e205084018b5
tree825ac33fc61af55a0fe7485a1df681f5a6126d7b
parentaf2786bb53caa8c11f2612adb8f23156994d94cb
[PATCH] tick-management: core functionality

With Ingo Molnar <mingo@elte.hu>

The tick-management code is the first user of the clockevents layer.  It takes
clock event devices from the clock events core and uses them to provide the
periodic tick.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/tick.h [new file with mode: 0644]
init/main.c
kernel/time/Makefile
kernel/time/tick-common.c [new file with mode: 0644]