Date: Mon, 2 Dec 2002 11:58:55 -0800 (PST) From: Daniel Eischen <deischen@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 genassym.c locore.s machdep.c src/sys/i386/include signal.h ucontext.h Message-ID: <200212021958.gB2JwtF6069046@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2002/12/02 11:58:55 PST Modified files: sys/i386/i386 genassym.c locore.s machdep.c sys/i386/include signal.h ucontext.h Log: Align the FPU state in the ucontext and sigcontext to 16 bytes to accomodate the new SSE/XMM floating point save/restore instructions. This commit is mostly from bde and includes some style nits. Approved by: re (jhb) Revision Changes Path 1.132 +3 -0 src/sys/i386/i386/genassym.c 1.161 +14 -10 src/sys/i386/i386/locore.s 1.551 +6 -3 src/sys/i386/i386/machdep.c 1.20 +2 -2 src/sys/i386/include/signal.h 1.10 +6 -4 src/sys/i386/include/ucontext.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212021958.gB2JwtF6069046>