aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorAndrew Morton <[email protected]>2007-05-16 22:10:54 -0700
committerLinus Torvalds <[email protected]>2007-05-17 05:23:03 -0700
commitade3aff25fb2dce76e2a9b53e1334bd0a174f739 (patch)
treea10770c6eb13c6c6dc9b74d208fc25e66aafc3f1 /include/linux/debugobjects.h
parent0b44f7a5b5078d737b3f5914978aabb761254840 (diff)
slub: fix handling of oversized slabs
I'm getting zillions of undefined references to __kmalloc_size_too_large on alpha. For some reason alpha is building out-of-line copies of kmalloc_slab() into lots of compilation units. It turns out that gcc just isn't smart enough to work out that __builtin_contant_p(size)==true implies that __builtin_contant_p(index)==true. So let's give it a bit of help. Cc: Christoph Lameter <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions