Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/virt68k
Module Name: src
Committed By: thorpej
Date: Thu Nov 6 15:27:10 UTC 2025
Modified Files:
src/sys/arch/virt68k/include: bootinfo.h
src/sys/arch/virt68k/virt68k: bootinfo.c locore.s machdep.c
pmap_bootstrap.c
Log Message:
Split bootinfo_start() into bootinfo_startup1() (pre-MMU-enbled)
and bootinfo_startup2() (post-MMU-enabled). Use proper VA<->PA
relocation where called for (even though virt68k is VA==PA).
Move virt68k / bootinfo specific code out of pmap_bootstrap(),
and handle it in bootinfo_startup2().
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/virt68k/include/bootinfo.h
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/virt68k/virt68k/bootinfo.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/virt68k/virt68k/locore.s
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/virt68k/virt68k/machdep.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/virt68k/virt68k/pmap_bootstrap.c
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