summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-10-24 06:32:18 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-10-24 06:32:18 +0000
commit678a4458ec420476f879899be3a0a8d03288eff9 (patch)
treecb73600efd0fe2db9843526ed9f17494a1c87d60 /sys
parent78fb7d4f9f7fc3752a6581528a78e9cac5152af0 (diff)
remove unused label
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)