summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/amd64/locore.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/locore.S b/sys/arch/amd64/amd64/locore.S
index d4ef1f93fcb..e554a9d8440 100644
--- a/sys/arch/amd64/amd64/locore.S
+++ b/sys/arch/amd64/amd64/locore.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.S,v 1.28 2008/08/13 16:01:08 weingart Exp $ */
+/* $OpenBSD: locore.S,v 1.29 2008/10/24 06:32:17 deraadt Exp $ */
/* $NetBSD: locore.S,v 1.13 2004/03/25 18:33:17 drochner Exp $ */
/*
@@ -752,7 +752,6 @@ ENTRY(cpu_switchto)
movq %rdi, %r13
movq %rsi, %r12
-switch_resume:
#ifdef DIAGNOSTIC
xorq %rax,%rax
cmpq %rax,P_WCHAN(%r12)