Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343323
b: refs/heads/master
c: aee4faa
h: refs/heads/master
i:
  343321: 1fc14b1
  343319: 30e7393
v: v3
  • Loading branch information
Lai Jiangshan authored and Linus Torvalds committed Dec 13, 2012
1 parent 030e9d9 commit b2b0e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a47b53c5f9a690addbc094501e4ae083ec307f57
refs/heads/master: aee4faa499dc58fdb126885f68d447f2eba79b43
2 changes: 1 addition & 1 deletion trunk/kernel/kthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ int kthreadd(void *unused)
set_task_comm(tsk, "kthreadd");
ignore_signals(tsk);
set_cpus_allowed_ptr(tsk, cpu_all_mask);
set_mems_allowed(node_states[N_HIGH_MEMORY]);
set_mems_allowed(node_states[N_MEMORY]);

current->flags |= PF_NOFREEZE;

Expand Down

0 comments on commit b2b0e8f

Please sign in to comment.