diff options
| author | Ingo Molnar <mingo@elte.hu> | 2010-03-15 03:17:33 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2010-03-15 03:17:33 -0400 |
| commit | 12b8aeee3e51654fb95a3baff2e093f2513bb87d (patch) | |
| tree | 73f78d62591b197cd53747e36a2f3d707b79a50b /kernel/time/clocksource.c | |
| parent | 25268498c9e07870323aead10751b7c6e99a3a78 (diff) | |
| parent | a3d3203e4bb40f253b1541e310dc0f9305be7c84 (diff) | |
Merge branch 'linus' into timers/core
Conflicts:
Documentation/feature-removal-schedule.txt
Merge reason: Resolve the conflict, update to upstream.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/time/clocksource.c')
| -rw-r--r-- | kernel/time/clocksource.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c index 1f663d23e85e..1f5dde637457 100644 --- a/kernel/time/clocksource.c +++ b/kernel/time/clocksource.c | |||
| @@ -592,6 +592,10 @@ static inline void clocksource_select(void) { } | |||
| 592 | */ | 592 | */ |
| 593 | static int __init clocksource_done_booting(void) | 593 | static int __init clocksource_done_booting(void) |
| 594 | { | 594 | { |
| 595 | mutex_lock(&clocksource_mutex); | ||
| 596 | curr_clocksource = clocksource_default_clock(); | ||
| 597 | mutex_unlock(&clocksource_mutex); | ||
| 598 | |||
| 595 | finished_booting = 1; | 599 | finished_booting = 1; |
| 596 | 600 | ||
| 597 | /* | 601 | /* |
