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:           Tue Jun 30 13:23:05 UTC 2026

Modified Files:
        src/sys/arch/m68k/m68k: pmap_68k.c

Log Message:
pmap_kenter_pa() should not be used to overwrite an existing mappings.
Assert that the PTE for the specified VA is invalid, and remove the
dead code that handled the case where it wasn't.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 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