Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2009 17:27:25 +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 src/sys/sys cdefs.h
Message-ID:  <200906081727.n58HRjOK094933@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-06-08 17:27:25 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
    sys/i386/xen         pmap.c 
    sys/sys              cdefs.h 
  Log:
  SVN rev 193732 on 2009-06-08 17:27:25Z by ed
  
  Remove __gnu89_inline.
  
  Now that we use C99 almost everywhere, just use C99-style in the pmap
  code. Since the pmap code is the only consumer of __gnu89_inline, remove
  it from cdefs.h as well. Because the flag was only introduced 17 months
  ago, I don't expect any problems.
  
  Reviewed by:    alc
  
  Revision  Changes    Path
  1.659     +1 -1      src/sys/amd64/amd64/pmap.c
  1.636     +1 -1      src/sys/i386/i386/pmap.c
  1.11      +1 -1      src/sys/i386/xen/pmap.c
  1.101     +0 -6      src/sys/sys/cdefs.h



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