rcutorture: Remove ->ext_irq_conflict field
authorPaul E. McKenney <paulmck@linux.ibm.com>
Thu, 28 Feb 2019 23:59:43 +0000 (15:59 -0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 26 Mar 2019 21:42:53 +0000 (14:42 -0700)
commitf47cb1bb0da23162f4c17e0c0023df4889ecb492
tree7c0f93575b9b2013f0bf5d4fe73484bbc2e3ad93
parenta3b0e1e59ef1757488ef05b66bc376eaf7b06ada
rcutorture: Remove ->ext_irq_conflict field

Back when there was a separate RCU-bh flavor, the ->ext_irq_conflict
field was used to prevent executing local_bh_enable() while interrupts
were disabled.  However, there is no longer an RCU-bh flavor, so this
commit removes the no-longer-needed ->ext_irq_conflict field.

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
kernel/rcu/rcutorture.c