Skip to content
Commit cde227af authored by mao, bibo's avatar mao, bibo Committed by Linus Torvalds
Browse files

[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: default avatarbibo mao <bibo.mao@intel.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 44b940c2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment