Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45102
b: refs/heads/master
c: e4e6bdb
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Dec 30, 2006
1 parent 03d83f6 commit 5f791cb
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 52e88f5d4a6b06f3a945728dd3bc403632afe069
refs/heads/master: e4e6bdbb426d1ecd9e4587f22115f8d0d426d21f
3 changes: 3 additions & 0 deletions trunk/kernel/rcutorture.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ rcu_torture_writer(void *arg)

VERBOSE_PRINTK_STRING("rcu_torture_writer task started");
set_user_nice(current, 19);
current->flags |= PF_NOFREEZE;

do {
schedule_timeout_uninterruptible(1);
Expand Down Expand Up @@ -561,6 +562,7 @@ rcu_torture_fakewriter(void *arg)

VERBOSE_PRINTK_STRING("rcu_torture_fakewriter task started");
set_user_nice(current, 19);
current->flags |= PF_NOFREEZE;

do {
schedule_timeout_uninterruptible(1 + rcu_random(&rand)%10);
Expand Down Expand Up @@ -591,6 +593,7 @@ rcu_torture_reader(void *arg)

VERBOSE_PRINTK_STRING("rcu_torture_reader task started");
set_user_nice(current, 19);
current->flags |= PF_NOFREEZE;

do {
idx = cur_ops->readlock();
Expand Down

0 comments on commit 5f791cb

Please sign in to comment.