diff options
Diffstat (limited to 'kernel/rcutorture.c')
-rw-r--r-- | kernel/rcutorture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c index 9bb52177af02..81a32e43dd18 100644 --- a/kernel/rcutorture.c +++ b/kernel/rcutorture.c | |||
@@ -806,7 +806,7 @@ rcu_torture_reader(void *arg) | |||
806 | if (p == NULL) { | 806 | if (p == NULL) { |
807 | /* Wait for rcu_torture_writer to get underway */ | 807 | /* Wait for rcu_torture_writer to get underway */ |
808 | cur_ops->readunlock(idx); | 808 | cur_ops->readunlock(idx); |
809 | schedule_timeout_interruptible(HZ); | 809 | schedule_timeout_interruptible(round_jiffies_relative(HZ)); |
810 | continue; | 810 | continue; |
811 | } | 811 | } |
812 | if (p->rtort_mbtest == 0) | 812 | if (p->rtort_mbtest == 0) |