remove an unused label. (.Lin4_entry)
This commit is contained in:
parent
90306066c9
commit
065ed4f58b
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cpu_in_cksum.S,v 1.2 2008/02/01 09:39:20 tnn Exp $ */
|
||||
/* $NetBSD: cpu_in_cksum.S,v 1.3 2008/02/05 10:02:51 yamt Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
|
||||
|
@ -66,7 +66,7 @@
|
|||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: cpu_in_cksum.S,v 1.2 2008/02/01 09:39:20 tnn Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: cpu_in_cksum.S,v 1.3 2008/02/05 10:02:51 yamt Exp $");
|
||||
|
||||
#include "assym.h"
|
||||
|
||||
|
@ -164,8 +164,6 @@ ENTRY(cpu_in_cksum)
|
|||
movl M_LEN(%ebp), %edx
|
||||
.Lmbuf_load_data:
|
||||
movl M_NEXT(%ebp), %ebp
|
||||
|
||||
.Lin4_entry:
|
||||
cmpl %esi, %edx
|
||||
jbe 1f
|
||||
movl %esi, %edx
|
||||
|
|
Loading…
Reference in New Issue