Subject: CVS commit: syssrc/sys/arch/arm26/arm26
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 12/20/2001 19:45:32
Module Name: syssrc
Committed By: bjh21
Date: Thu Dec 20 17:45:32 UTC 2001
Modified Files:
syssrc/sys/arch/arm26/arm26: locore.S
Log Message:
Fix a couple of obvious bugs in new code:
set_r15() needs to put the new value into R15, not the old one.
get_r15() can return using MOVS rather than MOV.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/arch/arm26/arm26/locore.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.