Date: Thu, 23 Jun 2005 08:04:32 GMT From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 78850 for review Message-ID: <200506230804.j5N84WgI015602@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=78850 Change 78850 by peter@peter_overcee on 2005/06/23 08:04:02 Stomp on another source of 'trap xx with interrupts disabled'. Affected files ... .. //depot/projects/hammer/sys/amd64/amd64/exception.S#37 edit Differences ... ==== //depot/projects/hammer/sys/amd64/amd64/exception.S#37 (text+ko) ==== @@ -119,7 +119,7 @@ subq $TF_ERR,%rsp; \ movq $(a),TF_TRAPNO(%rsp) ; \ movq $0,TF_ADDR(%rsp) ; \ - jmp alltraps_noen + jmp alltraps IDTVEC(tss) TRAP_ERR(T_TSSFLT) IDTVEC(missing)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506230804.j5N84WgI015602>