PERFORCE change 29743 for review

Peter Wemm peter at FreeBSD.org
Fri Apr 25 15:34:30 PDT 2003


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

Change 29743 by peter at peter_daintree on 2003/04/25 15:33:37

	oops, disable interrupts before stack switch, not enable..

Affected files ...

.. //depot/projects/hammer/sys/x86_64/x86_64/exception.s#27 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/x86_64/exception.s#27 (text+ko) ====

@@ -249,7 +249,7 @@
 	movq	TF_R15(%rsp),%r15	/* C preserved */
 	movq	TF_RFLAGS(%rsp),%r11	/* original %rflags */
 	movq	TF_RIP(%rsp),%rcx	/* original %rip */
-	sti
+	cli
 	movq	%rdi,%rsp		/* original %rsp */
 	#swapgs
 	sysretq


More information about the p4-projects mailing list