Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2010 14:28:38 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c src/sys/i386/xen pmap.c
Message-ID:  <201002181429.o1IETTMC016840@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2010-02-18 14:28:38 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
    sys/i386/xen         pmap.c 
  Log:
  SVN rev 204041 on 2010-02-18 14:28:38Z by ed
  
  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
  
  Revision  Changes    Path
  1.680     +4 -0      src/sys/amd64/amd64/pmap.c
  1.662     +4 -0      src/sys/i386/i386/pmap.c
  1.32      +4 -0      src/sys/i386/xen/pmap.c



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