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:           Sun Nov 30 21:42:28 UTC 2025

Modified Files:
        src/sys/arch/m68k/m68k: pmap_68k.c
        src/sys/arch/mac68k/include: pmap.h
        src/sys/arch/mac68k/mac68k: pmap_bootstrap.c

Log Message:
Move the mac68k "check bootstrap allocations fit" code into a new function
called pmap_machine_check_bootstrap_allocations(), and call it from the
existing Hibler pmap pmap_bootstrap1() in the appropriate place.

Add a new hook for the new pmap_bootstrap1() enabled by defining
PMAP_MACHINE_CHECK_BOOTSTRAP_ALLOCATIONS in <machine/pmap.h>.  When
enabled, that function will be called once the bulk of the bootstrap
allocations have been completed.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/m68k/m68k/pmap_68k.c
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/mac68k/include/pmap.h
cvs rdiff -u -r1.108 -r1.109 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