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:
parent
feba7bc8a8
commit
9f76b16124
3 changed files with 62 additions and 57 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue