Commit 05aa4aa0 authored by Lioncash's avatar Lioncash
Browse files

kernel/thread: Use owner_process when setting the page table in SetupMainThread()

The owning process of a thread is required to exist before the thread,
so we can enforce this API-wise by using a reference. We can also avoid
the reliance on the system instance by using that parameter to access
the page table that needs to be set.
parent f2372651
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment