Module Name:    src
Committed By:   christos
Date:           Tue Sep 27 00:35:38 UTC 2011

Modified Files:
        src/sys/arch/sh3/sh3: cpu_in_cksum.S

Log Message:
move the size marker back to where it was, but fix the name.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sh3/sh3/cpu_in_cksum.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/sh3/sh3/cpu_in_cksum.S
diff -u src/sys/arch/sh3/sh3/cpu_in_cksum.S:1.3 src/sys/arch/sh3/sh3/cpu_in_cksum.S:1.4
--- src/sys/arch/sh3/sh3/cpu_in_cksum.S:1.3	Mon Sep 26 18:43:07 2011
+++ src/sys/arch/sh3/sh3/cpu_in_cksum.S	Mon Sep 26 20:35:38 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu_in_cksum.S,v 1.3 2011/09/26 22:43:07 christos Exp $	*/
+/*	$NetBSD: cpu_in_cksum.S,v 1.4 2011/09/27 00:35:38 christos Exp $	*/
 
 /*-
  * Copyright (c) 2000 SHIMIZU Ryo <r...@misakimix.org>
@@ -31,7 +31,7 @@
 #include <machine/asm.h>
 #include "assym.h"
 
-__KERNEL_RCSID(0, "$NetBSD: cpu_in_cksum.S,v 1.3 2011/09/26 22:43:07 christos Exp $")
+__KERNEL_RCSID(0, "$NetBSD: cpu_in_cksum.S,v 1.4 2011/09/27 00:35:38 christos Exp $")
 
 
 #define	reg_tmp0		r0
@@ -244,6 +244,9 @@ out_of_mbufs:
 .L_message_out_of_data:
 	.asciz "cksum: out of data (%d byte short)\n"
 
+	SET_ENTRY_SIZE(cpu_in_cksum)
+
+
 	.align	2
 cksum128mod:
 	mov	reg_mlen,reg_tmp0
@@ -302,4 +305,3 @@ cksum128_tail:
 	mov	#0,reg_tmp0
 	rts
 	 addc	reg_tmp0,reg_sum
-	SET_ENTRY_SIZE(cpu_in_cksum)

Reply via email to