Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163083
b: refs/heads/master
c: e6c7330
h: refs/heads/master
i:
  163081: 8424c15
  163079: d5825e1
v: v3
  • Loading branch information
Thomas Gleixner committed Sep 14, 2009
1 parent 95da98a commit cf3d6bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f79e0258ea1f04d63db499479b5fb855dff6dbc5
refs/heads/master: e6c733050faa93ce616bfedccd279ab12cffdd7b
2 changes: 2 additions & 0 deletions trunk/kernel/time/clocksource.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,9 @@ static void clocksource_select(void)
static int __init clocksource_done_booting(void)
{
finished_booting = 1;
mutex_lock(&clocksource_mutex);
clocksource_select();
mutex_unlock(&clocksource_mutex);
return 0;
}
fs_initcall(clocksource_done_booting);
Expand Down

0 comments on commit cf3d6bf

Please sign in to comment.