core: refactor emulated cpu core activation
This commit is contained in:
parent
90e87c40e8
commit
45c87c7e6e
47 changed files with 2984 additions and 3332 deletions
|
@ -73,7 +73,7 @@ public:
|
|||
*
|
||||
* @param process The process to use the page table of.
|
||||
*/
|
||||
void SetCurrentPageTable(Kernel::KProcess& process, u32 core_id);
|
||||
void SetCurrentPageTable(Kernel::KProcess& process);
|
||||
|
||||
/**
|
||||
* Maps an allocated buffer onto a region of the emulated process address space.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue