ladybird/Kernel/Arch
Brian Gianforcaro 0223faf6f4 Kernel: Access MemoryManager static functions statically
SonarCloud flagged this "Code Smell", where we are accessing these
static methods as if they are instance methods. While it is technically
possible, it is very confusing to read when you realize they are static
functions.
2021-10-02 18:16:15 +02:00
..
aarch64 Kernel: Omit all actual code from the kernel on aarch64 for now 2021-08-28 21:51:30 +01:00
x86 Kernel: Access MemoryManager static functions statically 2021-10-02 18:16:15 +02:00