Subject: CVS commit: src/sys/arch/arm/arm
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 10/07/2006 14:57:58
Module Name: src
Committed By: bjh21
Date: Sat Oct 7 14:57:58 UTC 2006
Modified Files:
src/sys/arch/arm/arm: in_cksum_arm.S
Log Message:
in L_cksumdata, stash R14 on the stack before doing anything. This is
helpful on acorn26, since kernel-mode page faults corrupt R14. Doing this
seems to help with the occasional crashes I've seen in this routine.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/arm/arm/in_cksum_arm.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.