From: mao, bibo Date: Tue, 11 Apr 2006 10:54:54 +0000 (+0200) Subject: [PATCH] x86_64: inline function prefix with __always_inline in vsyscall X-Git-Tag: v2.6.17-rc2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cde227afe6b997dce08bcfc2aa6e373fb56857b0;p=pandora-kernel.git [PATCH] x86_64: inline function prefix with __always_inline in vsyscall In vsyscall function do_vgettimeofday(), some functions are declared as inlined, which is a hint for gcc to compile the function inlined but it not forced. Sometimes compiler does not compile the function as inlined, so here inline is replaced by __always_inline prefix. It does not happen in gcc compiler actually, but it possibly happens. Signed-off-by: bibo mao Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed