Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/mac68k/mac68k
Module Name: src
Committed By: thorpej
Date: Sun Nov 30 19:17:52 UTC 2025
Modified Files:
src/sys/arch/mac68k/mac68k: locore.s machdep.c pmap_bootstrap.c
Log Message:
Rename the "maxaddr" global to "last_page" to reflect what it actually is.
(There is also a "maxaddr" local used in cpu_startup(), so renaming the
variable that points to the last memory page makes things less confusing.)
To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 src/sys/arch/mac68k/mac68k/locore.s
cvs rdiff -u -r1.372 -r1.373 src/sys/arch/mac68k/mac68k/machdep.c
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/mac68k/mac68k/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