Subject: CVS commit: src/sys/arch/acorn26
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 05/05/2003 22:43:39
Module Name:	src
Committed By:	bjh21
Date:		Mon May  5 22:43:39 UTC 2003

Modified Files:
	src/sys/arch/acorn26/conf: files.acorn26
Added Files:
	src/sys/arch/acorn26/acorn26: cpuswitch.c
Removed Files:
	src/sys/arch/acorn26/acorn26: Locore.c

Log Message:
Rename Locore.c to cpuswitch.c.  The only thing it contained was cpu_switch()
and its children, and the old name caused problems when building on case-
insensitive file systems.  Should fix PR 21468 by John Gordon.


To generate a diff of this commit:
cvs rdiff -r1.7 -r0 src/sys/arch/acorn26/acorn26/Locore.c
cvs rdiff -r0 -r1.1 src/sys/arch/acorn26/acorn26/cpuswitch.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/acorn26/conf/files.acorn26

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