mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 21:21:48 +00:00
29358dc593
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. |
||
---|---|---|
.. | ||
arch/arm64 | ||
kern_env.cpp | ||
kern_libc_config.arch.arm64.h | ||
kern_libc_config.h | ||
kern_libc_generic.c |