Date: Sun, 10 Aug 2003 01:04:22 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 machdep.c Message-ID: <200308100804.h7A84MX2002873@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/08/10 01:04:22 PDT FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c Log: Now that we can ignore up to 8KB of dirty registers, remove the RSE magic from exec_setregs(). In set_mcontext() we now also don't have to worry that we entered the kernel with more that 512 bytes of dirty registers on the kernel stack. Note that we cannot make any assumptions anymore WRT to NaT collection points in exec_setregs(), so we have to deal with them now. Revision Changes Path 1.149 +30 -45 src/sys/ia64/ia64/machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308100804.h7A84MX2002873>