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: thorpej
Date: Thu Mar 26 12:20:58 UTC 2026
Modified Files:
src/sys/arch/hp300/hp300: locore.s
src/sys/arch/luna68k/luna68k: locore.s
src/sys/arch/m68k/m68k: mmu_enable.s
src/sys/arch/mvme68k/mvme68k: locore.s
src/sys/arch/news68k/news68k: locore.s
src/sys/arch/next68k/next68k: locore.s
src/sys/arch/virt68k/virt68k: locore.s
Log Message:
Streamline pre-main() prologue just a bit:
- Enable the on-chip caches for 68020 and 68030 in the MMU-enablement
code fragment, as is already done for 68040 and 68060. Eliminates
a bunch of duplicated code in each locore.s.
- The ATC (and the HP MMU TLB, if applicable) has already been flushed /
invalidated as part of enabling the MMU, so there's no need to either
call _TIBA() or perform an inline pflusha again after the MMU has been
turned on.
To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 src/sys/arch/hp300/hp300/locore.s
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/luna68k/luna68k/locore.s
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/m68k/m68k/mmu_enable.s
cvs rdiff -u -r1.162 -r1.163 src/sys/arch/mvme68k/mvme68k/locore.s
cvs rdiff -u -r1.111 -r1.112 src/sys/arch/news68k/news68k/locore.s
cvs rdiff -u -r1.107 -r1.108 src/sys/arch/next68k/next68k/locore.s
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/virt68k/virt68k/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