commit | 8e15b79cf4bd20c6afb4663d98a39cd004eee672 | [log] [tgz] |
---|---|---|
author | Tim Blechmann <tim@klingt.org> | Mon Nov 30 18:59:34 2009 +0100 |
committer | Pekka Enberg <penberg@cs.helsinki.fi> | Sun Dec 06 10:21:21 2009 +0200 |
tree | 07fd37869099565727a20ba85cb5b557c5e84fe8 | |
parent | ce79ddc8e2376a9a93c7d42daf89bfcbb9187e62 [diff] |
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: Tim Blechmann <tim@klingt.org> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>