Module Name: src
Committed By: andvar
Date: Wed Dec 13 20:53:15 UTC 2023
Modified Files:
src/sys/arch/sgimips/gio: grtwo.c light.c
src/sys/arch/sgimips/hpc: hpcdma.c
Log Message:
Add (intptr_t) casts to fix "cast to pointer from integer of different size",
mainly for GENERIC64_32_* configs.
Also change segp->ds_len format specifier to %lld, which fixes DMA_DEBUG build.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sgimips/gio/grtwo.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sgimips/gio/light.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/sgimips/hpc/hpcdma.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.