rcutorture: Run rcu_torture_writer at normal priority
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 1 Apr 2014 21:57:13 +0000 (14:57 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 14 May 2014 16:46:26 +0000 (09:46 -0700)
There are usually lots of readers and only one writer, so if there has
to be a choice, we would want rcu_torture_writer to win.  This commit
therefore removes the set_user_nice() from rcu_torture_writer().

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
kernel/rcu/rcutorture.c

Simple merge