Date: Mon, 8 Jun 2009 18:23:43 +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: <200906081824.n58IOKkM002116@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-06-08 18:23:43 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 193734 on 2009-06-08 18:23:43Z by ed Revert my change; reintroduce __gnu89_inline. It turns out our compiler in stable/7 can't build this code anymore. Even though my opinion is that those people should just run `make kernel-toolchain' before building a kernel, I am willing to wait and commit this after we've branched stable/8. Requested by: rwatson Revision Changes Path 1.660 +1 -1 src/sys/amd64/amd64/pmap.c 1.637 +1 -1 src/sys/i386/i386/pmap.c 1.12 +1 -1 src/sys/i386/xen/pmap.c 1.102 +6 -0 src/sys/sys/cdefs.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906081824.n58IOKkM002116>