]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource: add unregister function to disable unusable clocksources
authorThomas Gleixner <tglx@linutronix.de>
Wed, 30 Jan 2008 12:30:02 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:02 +0000 (13:30 +0100)
commit1034dcead1a4042f6b67b5bc0e2d47ecce267bdc
tree6f96151bd9b182d6b9d706d3ad3b4fe8c99e7f7e
parenta8f4568b3952e3797fdc2f9669a268bbeccbfb92
clocksource: add unregister function to disable unusable clocksources

On x86 the PIT might become an unusable clocksource. Add an unregister
function to provide a possibilty to remove the PIT from the list of
available clock sources.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/i8253.c
include/linux/clocksource.h
kernel/time/clocksource.c