mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:57:34 +00:00
Kernel: Make PageDirectory.cpp compile on aarch64
This commit is contained in:
parent
783a44b18e
commit
d3b6201b40
7 changed files with 10 additions and 7 deletions
|
@ -33,6 +33,9 @@ public:
|
|||
ALWAYS_INLINE static void pause() { }
|
||||
ALWAYS_INLINE static void wait_check() { }
|
||||
|
||||
ALWAYS_INLINE u8 physical_address_bit_width() const { return 0; }
|
||||
ALWAYS_INLINE u8 virtual_address_bit_width() const { return 0; }
|
||||
|
||||
ALWAYS_INLINE static bool is_initialized()
|
||||
{
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue