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: Mon Jul 6 13:17:57 UTC 2026
Modified Files:
src/sys/arch/m68k/m68k: pmap_68k.c
Log Message:
pmap_enter(): When overwriting an existing mapping for one to a different
PA, don't pass the vm_page * computed earlier to the pmap_remove_mapping()
call; that vm_page * is for the new PA, not the existing one we're removing
the mapping for.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 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