Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2010 09:48:29 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        Ed Schouten <ed@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r204041 - in head/sys: amd64/amd64 i386/i386 i386/xen
Message-ID:  <201002180948.29343.jhb@freebsd.org>
In-Reply-To: <201002181428.o1IEScJO090104@svn.freebsd.org>
References:  <201002181428.o1IEScJO090104@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 18 February 2010 9:28:38 am Ed Schouten wrote:
> Author: ed
> Date: Thu Feb 18 14:28:38 2010
> New Revision: 204041
> URL: http://svn.freebsd.org/changeset/base/204041
> 
> Log:
>   Allow the pmap code to be built with GCC from FreeBSD 7 again.
>   
>   This patch basically gives us the best of both worlds. Instead of
>   forcing the compiler to emulate GNU-style inline semantics even though
>   we're using ISO C99, it will only use GNU-style inlining when the
>   compiler is configured that way (__GNUC_GNU_INLINE__).
>   
>   Tested by:	jhb

Thanks!

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002180948.29343.jhb>