Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/m68k/m68k
Module Name: src
Committed By: thorpej
Date: Thu Nov 13 02:32:40 UTC 2025
Modified Files:
src/sys/arch/m68k/m68k: pmap_68k.c
Log Message:
pmap_bootstrap1(): Fix a stilly bug in zeroing out the allocate kernel
PT pages (skipped every other one, oops!). Also make sure that all of
the memory we allocate here gets zeroed, not just the kernel PT pages.
(There's ST pages and other things as well.)
Missed on virt68k, but shows up on real hardware pretty quickly!
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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