Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130087
b: refs/heads/master
c: 179cb81
h: refs/heads/master
i:
  130085: 3417d1b
  130083: 8529050
  130079: 57fa3f2
v: v3
  • Loading branch information
Heiko Carstens committed Jan 23, 2009
1 parent 3dd9661 commit cbaf71d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f9a2f797fcde5a4aa818bd3ca8584fd1197e9c15
refs/heads/master: 179cb81aa1e9dc5444f678a6dd4dbb90c60322e1
6 changes: 4 additions & 2 deletions trunk/arch/s390/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,10 @@ static struct workqueue_struct *time_sync_wq;

static void __init time_init_wq(void)
{
if (!time_sync_wq)
time_sync_wq = create_singlethread_workqueue("timesync");
if (time_sync_wq)
return;
time_sync_wq = create_singlethread_workqueue("timesync");
stop_machine_create();
}

/*
Expand Down

0 comments on commit cbaf71d

Please sign in to comment.