Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/m68k
Module Name: src
Committed By: thorpej
Date: Wed Nov 12 03:34:59 UTC 2025
Modified Files:
src/sys/arch/m68k/include: pmap_68k.h pmap_motorola.h
src/sys/arch/m68k/m68k: pmap_68k.c pmap_motorola.c
Log Message:
Add a new function, pmap_init_kcore_hdr(), which initializes the kernel
crash dump header in a way that's appropriate for KVA->P translations for
this pmap implementation.
For now, Hibler/Utah pmaps get the old "m68k common" flavor. The new
pmap gets the new "gen68k" flavor.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/m68k/include/pmap_68k.h
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/m68k/include/pmap_motorola.h
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/m68k/m68k/pmap_68k.c
cvs rdiff -u -r1.97 -r1.98 src/sys/arch/m68k/m68k/pmap_motorola.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