Date: Mon, 31 Mar 2003 20:58:50 -0800 (PST) From: Jake Burkholder <jake@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include pcb.h src/sys/sparc64/sparc64 exception.S genassym.c machdep.c swtch.S Message-ID: <200304010458.h314wo30074333@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2003/03/31 20:58:50 PST FreeBSD src repository Modified files: sys/sparc64/include pcb.h sys/sparc64/sparc64 exception.S genassym.c machdep.c swtch.S Log: - Add a flags field to struct pcb. Use this to keep track of wether or not the pcb has floating point registers saved in it. - Implement get_mcontext and set_mcontext. Revision Changes Path 1.15 +3 -0 src/sys/sparc64/include/pcb.h 1.62 +4 -0 src/sys/sparc64/sparc64/exception.S 1.49 +2 -0 src/sys/sparc64/sparc64/genassym.c 1.82 +34 -4 src/sys/sparc64/sparc64/machdep.c 1.25 +3 -0 src/sys/sparc64/sparc64/swtch.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304010458.h314wo30074333>