diff options
| author | 2008-07-08 15:55:48 -0700 | |
|---|---|---|
| committer | 2008-07-18 18:46:58 +0200 | |
| commit | 8df185a95c9b84fc0c3c02224e64fdc5b83bae34 (patch) | |
| tree | dd53306fbec26ca7da24494b2844622363dc8bb3 /arch/mips/kernel/stacktrace.c | |
| parent | fix core/stacktrace changes on avr32, mips, sh (diff) | |
| download | wireguard-linux-8df185a95c9b84fc0c3c02224e64fdc5b83bae34.tar.xz wireguard-linux-8df185a95c9b84fc0c3c02224e64fdc5b83bae34.zip | |
kthread: reduce stack pressure in create_kthread and kthreadd
* Replace:
set_cpus_allowed(..., CPU_MASK_ALL)
with:
set_cpus_allowed_ptr(..., CPU_MASK_ALL_PTR)
to remove excessive stack requirements when NR_CPUS=4096.
Signed-off-by: Mike Travis <travis@sgi.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/mips/kernel/stacktrace.c')
0 files changed, 0 insertions, 0 deletions
