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:           Mon Nov 24 07:00:01 UTC 2025

Modified Files:
        src/sys/arch/hp300/hp300: machdep.c
        src/sys/arch/hp300/include: pmap.h
        src/sys/arch/m68k/m68k: pmap_68k.c

Log Message:
The hp300 reserves the last page of RAM to use for the MMU trampoline.
Since this page would otherwise be wasted, put it to good use as the
NULL segment table using a new NULL_SEGTAB_PA hook.


To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 src/sys/arch/hp300/hp300/machdep.c
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/hp300/include/pmap.h
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/m68k/m68k/pmap_68k.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