Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/acorn26



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.




Home | Main Index | Thread Index | Old Index