diff options
author | Christoph Lameter <clameter@engr.sgi.com> | 2005-10-30 15:01:59 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-30 17:37:18 -0800 |
commit | 89ada67917f516212452443a56b9fd3b65b74dc7 (patch) | |
tree | 00986fd653bf1973a70ae894f503b3b2352943b5 /README | |
parent | d61780c0d384939ef31c46b47442854d5def4623 (diff) | |
download | kernel_samsung_espresso10-89ada67917f516212452443a56b9fd3b65b74dc7.zip kernel_samsung_espresso10-89ada67917f516212452443a56b9fd3b65b74dc7.tar.gz kernel_samsung_espresso10-89ada67917f516212452443a56b9fd3b65b74dc7.tar.bz2 |
[PATCH] Use alloc_percpu to allocate workqueues locally
This patch makes the workqueus use alloc_percpu instead of an array. The
workqueues are placed on nodes local to each processor.
The workqueue structure can grow to a significant size on a system with
lots of processors if this patch is not applied. 64 bit architectures with
all debugging features enabled and configured for 512 processors will not
be able to boot without this patch.
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions