1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:57:44 +00:00

Kernel: Implement safe_memcpy for the aarch64 build

The implementation just calls the regular memcpy, and is not safe yet.
This can be done later.
This commit is contained in:
Timon Kruiper 2022-05-02 23:01:03 +02:00 committed by Andreas Kling
parent feba7bc8a8
commit 9f76b16124
3 changed files with 62 additions and 57 deletions

View file

@ -418,6 +418,7 @@ else()
Arch/aarch64/kprintf.cpp
Arch/aarch64/MainIdRegister.cpp
Arch/aarch64/PageDirectory.cpp
Arch/aarch64/SafeMem.cpp
Arch/aarch64/ScopedCritical.cpp
Arch/aarch64/SmapDisabler.cpp
Arch/aarch64/init.cpp