Module Name: src Committed By: rin Date: Mon May 30 13:58:51 UTC 2022
Modified Files: src/sys/arch/powerpc/include: instr.h Added Files: src/sys/arch/powerpc/powerpc: fix_unaligned.c Log Message: Add routines to fix unaligned memory access for userland process. Mainly intended for 403, which cannot handle unaligned memory access at all (not only ones across page boundaries like 601). For more details, see comments in fix_unaligned.c. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/powerpc/include/instr.h cvs rdiff -u -r0 -r1.1 src/sys/arch/powerpc/powerpc/fix_unaligned.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.