PERFORCE change 29747 for review

Peter Wemm peter at FreeBSD.org
Fri Apr 25 16:07:13 PDT 2003


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

Change 29747 by peter at peter_daintree on 2003/04/25 16:06:14

	acid test, use syscall in sigcode.. It seems to work...

Affected files ...

.. //depot/projects/hammer/sys/x86_64/x86_64/sigtramp.s#4 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/x86_64/sigtramp.s#4 (text+ko) ====

@@ -60,7 +60,7 @@
 	lea	SIGF_UC(%rsp),%rdi	/* get ucontext_t */
 	pushq	$0			/* junk to fake return addr. */
 	movq	$SYS_sigreturn,%rax
-	int	$0x80			/* enter kernel with args */
+	syscall				/* enter kernel with args */
 0:	hlt				/* trap priviliged instruction */
 	jmp	0b
 


More information about the p4-projects mailing list