From: Ingo Molnar Date: Sat, 14 Jan 2006 21:21:30 +0000 (-0800) Subject: [PATCH] mark several functions __always_inline X-Git-Tag: v2.6.16-rc1~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=652050aec936fdd70ed9cbce1cd1ef30a7c9d117;p=pandora-kernel.git [PATCH] mark several functions __always_inline Arjan van de Ven Mark a number of functions as 'must inline'. The functions affected by this patch need to be inlined because they use knowledge that their arguments are constant so that most of the function optimizes away. At this point this patch does not change behavior, it's for documentation only (and for future patches in the inline series) Signed-off-by: Ingo Molnar Signed-off-by: Arjan van de Ven Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed