Subject: CVS commit: src/sys/arch/arm/arm
To: None <source-changes@NetBSD.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 01/27/2008 16:58:05
Module Name:	src
Committed By:	chris
Date:		Sun Jan 27 16:58:05 UTC 2008

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

Log Message:
Fix arm cpu_in_cksum.  It was walking the mbuf chain wrongly, and trying
to read from the wrong memory address and so causing protection faults.

Tested with iperf, mounting nfs drives, and also the regress tool.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/arm/arm/cpu_in_cksum.S

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