Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2010 15:31:18 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src Makefile 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:  <201001191541.o0JFfLBk073379@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2010-01-19 15:31:18 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile 
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
    sys/i386/xen         pmap.c 
    sys/sys              cdefs.h 
  Log:
  SVN rev 202628 on 2010-01-19 15:31:18Z by ed
  
  Recommit r193732:
  
    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
  
  It was backed out, because it prevented us from building kernels using a
  7.x compiler. Now that most people use 8.x, there is nothing that holds
  us back. Even if people run 7.x, they should be able to build a kernel
  if they run `make kernel-toolchain' or `make buildworld' first.
  
  Revision  Changes    Path
  1.362     +1 -1      src/Makefile
  1.678     +1 -1      src/sys/amd64/amd64/pmap.c
  1.658     +1 -1      src/sys/i386/i386/pmap.c
  1.31      +1 -1      src/sys/i386/xen/pmap.c
  1.103     +0 -6      src/sys/sys/cdefs.h



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