1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 14:03:25 +01:00
Atmosphere/mesosphere/kernel/source/libc/arch/arm64
Michael Scire 29358dc593 kernel_ldr: use unoptimized memcpy before mmu bringup (closes #1102)
Before the MMU is up, all reads/writes must be aligned; the optimized
memcpy implementation does not guarantee all reads/writes it performs
are aligned.

This commit splits the libc impl to be separate for kernel/kernel_ldr,
and so now only kernel will use the optimized impl. This is safe,
as the MMU is brought up before kernel begins executing.
2020-08-02 14:40:28 -07:00
..
asmdefs.h kernel_ldr: use unoptimized memcpy before mmu bringup (closes #1102) 2020-08-02 14:40:28 -07:00
memcmp.arch.arm64.s kernel_ldr: use unoptimized memcpy before mmu bringup (closes #1102) 2020-08-02 14:40:28 -07:00
memcpy.arch.arm64.s kernel_ldr: use unoptimized memcpy before mmu bringup (closes #1102) 2020-08-02 14:40:28 -07:00
memset.arch.arm64.s kernel_ldr: use unoptimized memcpy before mmu bringup (closes #1102) 2020-08-02 14:40:28 -07:00