Kernel: Fix s_fast_page_lock type on 32 bit target
This commit is contained in:
@@ -15,7 +15,7 @@ extern uint8_t g_userspace_end[];
|
||||
namespace Kernel
|
||||
{
|
||||
|
||||
RecursiveSpinLock PageTable::s_fast_page_lock;
|
||||
SpinLock PageTable::s_fast_page_lock;
|
||||
|
||||
static PageTable* s_kernel = nullptr;
|
||||
static bool s_has_nxe = false;
|
||||
|
||||
Reference in New Issue
Block a user