diff options
author | Nick Piggin <npiggin@suse.de> | 2007-07-16 08:38:09 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 18:05:35 +0200 |
commit | 553948491c18413928b85a9025b92af80e7d61d6 (patch) | |
tree | fcb6adcb743533c7d6818bbd13511062f6fda737 /block/Makefile | |
parent | slob: remove bigblock tracking (diff) | |
download | linux-553948491c18413928b85a9025b92af80e7d61d6.tar.xz linux-553948491c18413928b85a9025b92af80e7d61d6.zip |
slob: improved alignment handling
Remove the core slob allocator's minimum alignment restrictions, and instead
introduce the alignment restrictions at the slab API layer. This lets us heed
the ARCH_KMALLOC/SLAB_MINALIGN directives, and also use __alignof__ (unsigned
long) for the default alignment (which should allow relaxed alignment
architectures to take better advantage of SLOB's small minimum alignment).
Signed-off-by: Nick Piggin <npiggin@suse.de>
Acked-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'block/Makefile')
0 files changed, 0 insertions, 0 deletions