Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 06/03/2001 00:03:34
Module Name: syssrc
Committed By: bjh21
Date: Sat Jun 2 21:03:33 UTC 2001
Modified Files:
syssrc/sys/arch/arm/arm: cpufunc.c
syssrc/sys/arch/arm/include: cpufunc.h
Log Message:
Replace arm6_dataabt_fixup() and arm7_dataabt_fixup() with early_abort_fixup()
and late_abort_fixup(), based on the abort model in use, rather than the CPU
type. This cleans up the code and makes it smaller. Only tested on an
ARM6 -- I can't find my ARM710a card right now.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/arm/arm/cpufunc.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/arm/include/cpufunc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.