Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14072
b: refs/heads/master
c: dbdf65b
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Nov 14, 2005
1 parent 7c6e6f9 commit 571d87c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 66341a905ef5b3e7aea65b5d9bd1b0361b0ccc61
refs/heads/master: dbdf65b1b7f8ec48bda1604cfea7ac09ce583d6b
4 changes: 4 additions & 0 deletions trunk/kernel/rcutorture.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ rcu_torture_writer(void *arg)
static DEFINE_RCU_RANDOM(rand);

VERBOSE_PRINTK_STRING("rcu_torture_writer task started");
set_user_nice(current, 19);

do {
schedule_timeout_uninterruptible(1);
if (rcu_batches_completed() == oldbatch)
Expand Down Expand Up @@ -238,6 +240,8 @@ rcu_torture_reader(void *arg)
int pipe_count;

VERBOSE_PRINTK_STRING("rcu_torture_reader task started");
set_user_nice(current, 19);

do {
rcu_read_lock();
completed = rcu_batches_completed();
Expand Down

0 comments on commit 571d87c

Please sign in to comment.