CVS commit: src/sys/arch/m68k/m68k
"Jason R Thorpe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
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.