Date: Tue, 26 Feb 2002 09:09:24 -0800 (PST) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 exception.s Message-ID: <200202261709.g1QH9O452115@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2002/02/26 09:09:24 PST Modified files: sys/sparc64/sparc64 exception.s Log: Apparently gcc3.1 is now using deprcated v8 instructions in v9 code due to them being faster in certain cases. Therefore we need to save and restore the v8 %y register around traps in kernel mode as well as traps in usermode. Tested by: obrien, tmm Revision Changes Path 1.28 +15 -6 src/sys/sparc64/sparc64/exception.s 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?200202261709.g1QH9O452115>