Kernel: Mark SyncTask::spawn() as UNMAP_AFTER_INIT

This commit is contained in:
Brian Gianforcaro 2021-06-09 00:52:56 -07:00 committed by Andreas Kling
parent 83841e47e5
commit 9e6f0fd925

View file

@ -11,7 +11,7 @@
namespace Kernel {
void SyncTask::spawn()
UNMAP_AFTER_INIT void SyncTask::spawn()
{
RefPtr<Thread> syncd_thread;
Process::create_kernel_process(syncd_thread, "SyncTask", [] {