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: tsutsui
Date: Thu Nov 20 16:23:14 UTC 2025
Modified Files:
src/sys/arch/m68k/m68k: pmap_68k.c
Log Message:
Fix build errors in case of defined(M68K_MMU_HP).
XXX: _BIT() macro in <sys/cdefs.h> returns (__UINTMAX_TYPE__) so all
`PTE*` macro in <m68k/mmu_*.h> should have explicit (uint32_t) casts?
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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