1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:47:45 +00:00

Kernel: Make PhysicalRegion.cpp compile on aarch64

This commit is contained in:
James Mintram 2022-04-02 23:47:47 +01:00 committed by Brian Gianforcaro
parent 0d7eee625f
commit 783a44b18e
3 changed files with 9 additions and 1 deletions

View file

@ -63,6 +63,8 @@ public:
return 0;
}
ALWAYS_INLINE static u64 read_cpu_counter() { return 0; }
ALWAYS_INLINE static void enter_critical() { }
ALWAYS_INLINE static void leave_critical() { }
ALWAYS_INLINE static u32 in_critical()