Module Name:    src
Committed By:   yamt
Date:           Thu Oct 21 11:41:31 UTC 2010

Modified Files:
        src/sys/arch/amd64/amd64: locore.S

Log Message:
Xsyscall: remove an unused label.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/amd64/amd64/locore.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/amd64/locore.S
diff -u src/sys/arch/amd64/amd64/locore.S:1.59 src/sys/arch/amd64/amd64/locore.S:1.60
--- src/sys/arch/amd64/amd64/locore.S:1.59	Thu Oct 21 11:39:45 2010
+++ src/sys/arch/amd64/amd64/locore.S	Thu Oct 21 11:41:31 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.S,v 1.59 2010/10/21 11:39:45 yamt Exp $	*/
+/*	$NetBSD: locore.S,v 1.60 2010/10/21 11:41:31 yamt Exp $	*/
 
 /*
  * Copyright-o-rama!
@@ -1128,7 +1128,6 @@
 	jnz	9f
 	testl	$MDP_IRET, L_MD_FLAGS(%r14)
 	jne	iret_return;
-syscall_return:
 #ifdef DIAGNOSTIC
 	cmpl	$IPL_NONE,CPUVAR(ILEVEL)
 	jne	3f

Reply via email to