Files
linux-stable-mirror/include/linux
Eric Dumazet f867bac654 [PATCH] remove unused blkp field in percpu_data
I found that blkp field was not used in kernel tree.

As most of the times NR_CPUS is a power of two and kmalloc() memory blocks
too, this extra field basically doubles the memory space allocated in
__alloc_percpu() to store the 'struct percpu_data'

(for example, if NR_CPUS=8 on i386, kmalloc(4*8+4) returns a 64 bytes block
instead of a 32 bytes block after this patch)

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-08 20:13:59 -08:00
..
2006-01-08 20:13:58 -08:00
2006-01-08 20:13:49 -08:00
2006-01-06 13:24:54 -08:00
2006-01-06 13:24:29 -08:00
2006-01-08 20:12:43 -08:00
2006-01-08 20:13:56 -08:00
2006-01-08 20:13:46 -08:00
2006-01-08 20:13:45 -08:00
2006-01-08 20:13:45 -08:00
2006-01-08 20:12:40 -08:00