mao, bibo cde227afe6 [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>
2006-04-11 06:38:57 -07:00
..
2006-03-24 07:33:24 -08:00
2006-04-11 06:18:40 -07:00
2006-03-31 12:19:01 -08:00
2006-04-11 06:18:39 -07:00
2006-04-11 06:18:39 -07:00
2006-04-11 06:18:54 -07:00
2006-01-06 08:33:29 -08:00
2006-03-25 08:22:52 -08:00