[PATCH] x86_64: inline function prefix with __always_inline in vsyscall
authormao, bibo <bibo.mao@intel.com>
Tue, 11 Apr 2006 10:54:54 +0000 (12:54 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 11 Apr 2006 13:38:57 +0000 (06:38 -0700)
commitcde227afe6b997dce08bcfc2aa6e373fb56857b0
tree45b0bc04f54a830d0c3cd3a5afb46fcf7679a4dc
parent44b940c299dfaaf25b7aad683ff55cb213502ddd
[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 <bibo.mao@intel.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-x86_64/io.h
include/linux/seqlock.h