Date: Fri, 24 Jun 2005 00:38:36 +0000 (UTC) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 exception.S Message-ID: <200506240038.j5O0caZH087458@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2005-06-24 00:38:36 UTC FreeBSD src repository Modified files: sys/amd64/amd64 exception.S Log: Eliminate a source of 'trap xx with interrupts disabled'. I was jumping to the wrong backend code and neglecting to re-enable interrupts after the stack prep. Approved by: re Revision Changes Path 1.124 +1 -1 src/sys/amd64/amd64/exception.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506240038.j5O0caZH087458>