diff options
author | Jan Beulich | 2006-03-24 12:15:54 +0100 |
---|---|---|
committer | Linus Torvalds | 2006-03-24 16:33:21 +0100 |
commit | a4a6198b80cf82eb8160603c98da218d1bd5e104 (patch) | |
tree | 8c59e9088840b6b95e46c00ddda4fd7a134154c2 /drivers/net/tulip | |
parent | [PATCH] fs/coda/: proper prototypes (diff) | |
download | kernel-qcow2-linux-a4a6198b80cf82eb8160603c98da218d1bd5e104.tar.gz kernel-qcow2-linux-a4a6198b80cf82eb8160603c98da218d1bd5e104.tar.xz kernel-qcow2-linux-a4a6198b80cf82eb8160603c98da218d1bd5e104.zip |
[PATCH] tvec_bases too large for per-cpu data
With internal Xen-enabled kernels we see the kernel's static per-cpu data
area exceed the limit of 32k on x86-64, and even native x86-64 kernels get
fairly close to that limit. I generally question whether it is reasonable
to have data structures several kb in size allocated as per-cpu data when
the space there is rather limited.
The biggest arch-independent consumer is tvec_bases (over 4k on 32-bit
archs, over 8k on 64-bit ones), which now gets converted to use dynamically
allocated memory instead.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/net/tulip')
0 files changed, 0 insertions, 0 deletions