summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
diff options
context:
space:
mode:
authorSatyam Sharma2007-10-16 10:24:44 +0200
committerLinus Torvalds2007-10-16 18:42:53 +0200
commit2408c55037c3f7d51a8a100025c47595e71b838c (patch)
tree71940f72dbadf6a6744ffbd062ef4fd8754aa623 /mm/memory.c
parentmove mm_struct and vm_area_struct (diff)
downloadkernel-qcow2-linux-2408c55037c3f7d51a8a100025c47595e71b838c.tar.gz
kernel-qcow2-linux-2408c55037c3f7d51a8a100025c47595e71b838c.tar.xz
kernel-qcow2-linux-2408c55037c3f7d51a8a100025c47595e71b838c.zip
{slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) check
Considering kfree(NULL) would normally occur only in error paths and kfree(ZERO_SIZE_PTR) is uncommon as well, so let's use unlikely() for the condition check in SLUB's and SLOB's kfree() to optimize for the common case. SLAB has this already. Signed-off-by: Satyam Sharma <satyam@infradead.org> Cc: Pekka Enberg <penberg@cs.helsinki.fi> Cc: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/memory.c')
0 files changed, 0 insertions, 0 deletions