diff options
| -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 5f43f30fcd1d..258cdf0a91eb 100644 --- a/kernel/rcutorture.c +++ b/kernel/rcutorture.c | |||
| @@ -853,7 +853,7 @@ rcu_torture_reader(void *arg) | |||
| 853 | do { | 853 | do { |
| 854 | if (irqreader && cur_ops->irq_capable) { | 854 | if (irqreader && cur_ops->irq_capable) { |
| 855 | if (!timer_pending(&t)) | 855 | if (!timer_pending(&t)) |
| 856 | mod_timer(&t, 1); | 856 | mod_timer(&t, jiffies + 1); |
| 857 | } | 857 | } |
| 858 | idx = cur_ops->readlock(); | 858 | idx = cur_ops->readlock(); |
| 859 | completed = cur_ops->completed(); | 859 | completed = cur_ops->completed(); |
