From: Ivan Kokshaysky Date: Fri, 23 Sep 2005 04:43:58 +0000 (-0700) Subject: [PATCH] slab: alpha inlining fix X-Git-Tag: v2.6.14-rc3~51^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7243cc05bafdda4c4de77cba00cf87666bd237f7;p=pandora-kernel.git [PATCH] slab: alpha inlining fix It is essential that index_of() be inlined. But alpha undoes the gcc inlining hackery and index_of() ends up out-of-line. So fiddle with things to make that function inline again. Cc: Richard Henderson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed