Kernel: Fix s_fast_page_lock type on 32 bit target

This commit is contained in:
Bananymous 2024-05-29 18:04:23 +03:00
parent c2b6ba0d5a
commit 53e572f072
1 changed files with 1 additions and 1 deletions

View File

@ -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;