Date: Sat, 11 Apr 2009 14:01:01 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 machdep.c src/sys/amd64/include cpufunc.h src/sys/i386/i386 machdep.c src/sys/i386/include cpufunc.h Message-ID: <200904111401.n3BE1put041519@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-04-11 14:01:01 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c sys/amd64/include cpufunc.h sys/i386/i386 machdep.c sys/i386/include cpufunc.h Log: SVN rev 190919 on 2009-04-11 14:01:01Z by ed Simplify in/out functions (for i386 and AMD64). Remove a hack to generate more efficient code for port numbers below 0x100, which has been obsolete for at least ten years, because GCC has an asm constraint to specify that. Submitted by: Christoph Mallon <christoph mallon gmx de> Revision Changes Path 1.699 +8 -29 src/sys/amd64/amd64/machdep.c 1.153 +8 -79 src/sys/amd64/include/cpufunc.h 1.682 +8 -29 src/sys/i386/i386/machdep.c 1.152 +8 -79 src/sys/i386/include/cpufunc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904111401.n3BE1put041519>