]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] Simplify the registration of clocksources
authorThomas Gleixner <tglx@linutronix.de>
Fri, 16 Feb 2007 09:27:33 +0000 (01:27 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 16 Feb 2007 16:13:57 +0000 (08:13 -0800)
commit92c7e00254b2d0efc1e36ac3e45474ce1871b6b2
tree9314279ec92bbbe57ac79667860b49d4df6c12cd
parent26a08eb301a2e3fce5a501e3dd26cf3ec46591d7
[PATCH] Simplify the registration of clocksources

Enqueue clocksources in rating order to make selection of the clocksource
easier.  Also check the match with an user override at enqueue time.

Preparatory patch for the generic clocksource verification.

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>
arch/i386/kernel/tsc.c
include/linux/clocksource.h
kernel/time/clocksource.c