diff options
| -rw-r--r-- | arch/s390/kernel/time.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/s390/kernel/time.c b/arch/s390/kernel/time.c index d649600df5b9..fc468cae4460 100644 --- a/arch/s390/kernel/time.c +++ b/arch/s390/kernel/time.c | |||
| @@ -399,8 +399,10 @@ static struct workqueue_struct *time_sync_wq; | |||
| 399 | 399 | ||
| 400 | static void __init time_init_wq(void) | 400 | static void __init time_init_wq(void) |
| 401 | { | 401 | { |
| 402 | if (!time_sync_wq) | 402 | if (time_sync_wq) |
| 403 | time_sync_wq = create_singlethread_workqueue("timesync"); | 403 | return; |
| 404 | time_sync_wq = create_singlethread_workqueue("timesync"); | ||
| 405 | stop_machine_create(); | ||
| 404 | } | 406 | } |
| 405 | 407 | ||
| 406 | /* | 408 | /* |
