Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/aarch64/aarch64



Module Name:    src
Committed By:   ryo
Date:           Mon Sep 10 17:25:15 UTC 2018

Modified Files:
        src/sys/arch/aarch64/aarch64: copyinout.S trap.c

Log Message:
changed kcopy() to asm to avoid replacement memcpy() to kasan_memcpy() when defined KASAN.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/aarch64/aarch64/copyinout.S
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/aarch64/aarch64/trap.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