PERFORCE change 78850 for review

Peter Wemm peter at FreeBSD.org
Thu Jun 23 08:04:34 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=78850

Change 78850 by peter at 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)


More information about the p4-projects mailing list