mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +00:00
Kernel: Mark SyncTask::spawn() as UNMAP_AFTER_INIT
This commit is contained in:
parent
83841e47e5
commit
9e6f0fd925
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
||||||
void SyncTask::spawn()
|
UNMAP_AFTER_INIT void SyncTask::spawn()
|
||||||
{
|
{
|
||||||
RefPtr<Thread> syncd_thread;
|
RefPtr<Thread> syncd_thread;
|
||||||
Process::create_kernel_process(syncd_thread, "SyncTask", [] {
|
Process::create_kernel_process(syncd_thread, "SyncTask", [] {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue