diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-09-14 19:49:02 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2009-09-14 21:59:32 +0200 |
commit | 54a6bc0b071c50150bc6d1da16c2cd9a963e288c (patch) | |
tree | 87b576e31db14f6d57b0d8ed97743ab9779de30e /Documentation | |
parent | e6c733050faa93ce616bfedccd279ab12cffdd7b (diff) | |
download | kernel_samsung_espresso10-54a6bc0b071c50150bc6d1da16c2cd9a963e288c.zip kernel_samsung_espresso10-54a6bc0b071c50150bc6d1da16c2cd9a963e288c.tar.gz kernel_samsung_espresso10-54a6bc0b071c50150bc6d1da16c2cd9a963e288c.tar.bz2 |
clocksource: Delay clocksource down rating to late boot
The down rating of clock sources in the early boot process via the
clock source watchdog mechanism can happen way before the per cpu
event queues are initialized. This leads to a boot crash on x86 when
the TSC is marked unstable in the SMP bring up.
The selection of a clock source for time keeping happens in the late
boot process so we can safely delay the list manipulation until
clocksource_done_booting() is called.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
LKML-Reference: <new-submission>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions