Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/amd64 Xsyscall: remove an unused label.



details:   https://anonhg.NetBSD.org/src/rev/9b1e1b0467d7
branches:  trunk
changeset: 758145:9b1e1b0467d7
user:      yamt <yamt%NetBSD.org@localhost>
date:      Thu Oct 21 11:41:31 2010 +0000

description:
Xsyscall: remove an unused label.

diffstat:

 sys/arch/amd64/amd64/locore.S |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r db52b7bec202 -r 9b1e1b0467d7 sys/arch/amd64/amd64/locore.S
--- a/sys/arch/amd64/amd64/locore.S     Thu Oct 21 11:39:45 2010 +0000
+++ b/sys/arch/amd64/amd64/locore.S     Thu Oct 21 11:41:31 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index