Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 12/27/2000 18:57:10
Module Name: syssrc
Committed By: bjh21
Date: Wed Dec 27 16:57:10 UTC 2000
Modified Files:
syssrc/sys/arch/arm26/arm26: except.c
Log Message:
Two batches of changes:
1: Cleanup of syscall() -- treat the arguments as an array of register_t
throughout. This saves a few casts, and generally makes seeing what's
going on easier.
2: Be a little more careful in the handling of data aborts on kernel
addresses: don't use the kernel's map unless the access was actually from
a kernel mode. This is how the arm32 data abort handler behaves.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/arch/arm26/arm26/except.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.