Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/mvme68k
Module Name: src
Committed By: thorpej
Date: Sun Nov 16 16:25:30 UTC 2025
Modified Files:
src/sys/arch/mvme68k/include: cpu.h
src/sys/arch/mvme68k/mvme68k: bus_space.c genassym.cf locore.s
pmap_bootstrap.c
Log Message:
Preperatory steps for using the new unitified pmap_bootstrap1():
- Eliminate intiotop_phys, intiolimit. A variable to hold the size
(new intiosize) is enough.
- Rename pmap_bootstrap() -> pmap_bootstrap1()
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/mvme68k/include/cpu.h
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/mvme68k/mvme68k/bus_space.c
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/mvme68k/mvme68k/genassym.cf
cvs rdiff -u -r1.135 -r1.136 src/sys/arch/mvme68k/mvme68k/locore.s
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/mvme68k/mvme68k/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