diff options
Diffstat (limited to 'kernel/rcutorture.c')
| -rw-r--r-- | kernel/rcutorture.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c index 2e138db03382..98f51b13bb7e 100644 --- a/kernel/rcutorture.c +++ b/kernel/rcutorture.c | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | #include <linux/rcupdate.h> | 33 | #include <linux/rcupdate.h> |
| 34 | #include <linux/interrupt.h> | 34 | #include <linux/interrupt.h> |
| 35 | #include <linux/sched.h> | 35 | #include <linux/sched.h> |
| 36 | #include <asm/atomic.h> | 36 | #include <linux/atomic.h> |
| 37 | #include <linux/bitops.h> | 37 | #include <linux/bitops.h> |
| 38 | #include <linux/completion.h> | 38 | #include <linux/completion.h> |
| 39 | #include <linux/moduleparam.h> | 39 | #include <linux/moduleparam.h> |
| @@ -941,7 +941,6 @@ static void rcu_torture_timer(unsigned long unused) | |||
| 941 | idx = cur_ops->readlock(); | 941 | idx = cur_ops->readlock(); |
| 942 | completed = cur_ops->completed(); | 942 | completed = cur_ops->completed(); |
| 943 | p = rcu_dereference_check(rcu_torture_current, | 943 | p = rcu_dereference_check(rcu_torture_current, |
| 944 | rcu_read_lock_held() || | ||
| 945 | rcu_read_lock_bh_held() || | 944 | rcu_read_lock_bh_held() || |
| 946 | rcu_read_lock_sched_held() || | 945 | rcu_read_lock_sched_held() || |
| 947 | srcu_read_lock_held(&srcu_ctl)); | 946 | srcu_read_lock_held(&srcu_ctl)); |
| @@ -1002,7 +1001,6 @@ rcu_torture_reader(void *arg) | |||
| 1002 | idx = cur_ops->readlock(); | 1001 | idx = cur_ops->readlock(); |
| 1003 | completed = cur_ops->completed(); | 1002 | completed = cur_ops->completed(); |
| 1004 | p = rcu_dereference_check(rcu_torture_current, | 1003 | p = rcu_dereference_check(rcu_torture_current, |
| 1005 | rcu_read_lock_held() || | ||
| 1006 | rcu_read_lock_bh_held() || | 1004 | rcu_read_lock_bh_held() || |
| 1007 | rcu_read_lock_sched_held() || | 1005 | rcu_read_lock_sched_held() || |
| 1008 | srcu_read_lock_held(&srcu_ctl)); | 1006 | srcu_read_lock_held(&srcu_ctl)); |
