From: Tim Blechmann Date: Mon, 30 Nov 2009 17:59:34 +0000 (+0100) Subject: SLAB: Fix unlikely() annotation in __cache_alloc_node() X-Git-Tag: v2.6.33-rc1~297^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e15b79cf4bd20c6afb4663d98a39cd004eee672;p=pandora-kernel.git 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 Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed