Re: [PATCH] inline function prefix with __always_inline invsyscall function

From: Andi Kleen
Date: Tue Apr 11 2006 - 01:04:56 EST


On Tuesday 11 April 2006 05:13, mao, bibo wrote:
> In vsyscall function do_vgettimeofday(), some functions are declared as
> inlined, which is hint for gcc to compile the function inlined but it
> not forced. Sometimes compiler does not compiler 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.

Applied.

Your patch was word wrapped. I fixed that by hand, but please avoid
it in future submissions.

Thanks,

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/