forked from Bananymous/banan-os
Kernel: Fix s_fast_page_lock type on 32 bit target
This commit is contained in:
parent
c2b6ba0d5a
commit
53e572f072
|
@ -15,7 +15,7 @@ extern uint8_t g_userspace_end[];
|
||||||
namespace Kernel
|
namespace Kernel
|
||||||
{
|
{
|
||||||
|
|
||||||
RecursiveSpinLock PageTable::s_fast_page_lock;
|
SpinLock PageTable::s_fast_page_lock;
|
||||||
|
|
||||||
static PageTable* s_kernel = nullptr;
|
static PageTable* s_kernel = nullptr;
|
||||||
static bool s_has_nxe = false;
|
static bool s_has_nxe = false;
|
||||||
|
|
Loading…
Reference in New Issue