Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: tsutsui
Date: Sun Mar 9 16:28:43 UTC 2014
Modified Files:
src/sys/arch/cesfic/cesfic: locore.s
src/sys/arch/hp300/hp300: locore.s
src/sys/arch/luna68k/luna68k: locore.s
src/sys/arch/mac68k/mac68k: locore.s
src/sys/arch/next68k/next68k: locore.s
Log Message:
Remove an instruction for nonexistent 060 branch prediction error accounting.
It's amiga and atari specific and copied from amiga/locore.s
to mac68k/locore.s in rev 1.80, then pasted into other ports.
Note this is harmless because all these ports don't have 68060 variants
(i.e. it's inside #if defined(M68060) block) and mvme68k (which has 68060)
has removed it since the initial import.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/cesfic/cesfic/locore.s
cvs rdiff -u -r1.168 -r1.169 src/sys/arch/hp300/hp300/locore.s
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/luna68k/luna68k/locore.s
cvs rdiff -u -r1.168 -r1.169 src/sys/arch/mac68k/mac68k/locore.s
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/next68k/next68k/locore.s
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