Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/amd64/amd64/locore.S,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/amd64/amd64/locore.S,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- src/sys/arch/amd64/amd64/locore.S 2004/03/23 19:39:42 1.12 +++ src/sys/arch/amd64/amd64/locore.S 2004/03/25 18:33:17 1.13 @@ -1,4 +1,4 @@ -/* $NetBSD: locore.S,v 1.12 2004/03/23 19:39:42 drochner Exp $ */ +/* $NetBSD: locore.S,v 1.13 2004/03/25 18:33:17 drochner Exp $ */ /* * Copyright-o-rama! @@ -654,23 +654,6 @@ longmode_hi: /*****************************************************************************/ /* - * Signal trampoline; copied to top of user stack. - */ -NENTRY(sigcode) - /* - * Handler has returned here as if we called it. The sigcontext - * is now the first thing on the stack. - */ - movq %rsp,%rdi - pushq %rdi /* fake return address */ - movq $SYS___sigreturn14,%rax - syscall - movq $SYS_exit,%rax - syscall - .globl _C_LABEL(esigcode) -_C_LABEL(esigcode): - -/* * void lgdt(struct region_descriptor *rdp); * Change the global descriptor table. */