Skip to content
Commit 8e15b79c authored by Tim Blechmann's avatar Tim Blechmann Committed by Pekka Enberg
Browse files

SLAB: Fix unlikely() annotation in __cache_alloc_node()



Branch profiling on my nehalem machine showed 99% incorrect branch hints:

   28459  7678524  99 __cache_alloc_node             slab.c               3551

Discussion on lkml [1] led to the solution to remove this hint.

[1] http://patchwork.kernel.org/patch/63517/

Signed-off-by: default avatarTim Blechmann <tim@klingt.org>
Signed-off-by: default avatarPekka Enberg <penberg@cs.helsinki.fi>
parent ce79ddc8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment