diff options
Diffstat (limited to 'kernel/mm/physical_mm/physical_mm.c')
-rw-r--r-- | kernel/mm/physical_mm/physical_mm.c | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/kernel/mm/physical_mm/physical_mm.c b/kernel/mm/physical_mm/physical_mm.c index e93593d..81656ed 100644 --- a/kernel/mm/physical_mm/physical_mm.c +++ b/kernel/mm/physical_mm/physical_mm.c @@ -22,17 +22,14 @@ /* TODO: Stack based allocation? */ -#include <stdatomic.h> -#include <stdbool.h> -#include <stdint.h> - +#include <kernel/halt.h> +#include <kernel/spinlock.h> #include <libk/stdio.h> - #include <mm/memory_map.h> #include <mm/physical_mm.h> - -#include <kernel/halt.h> -#include <kernel/spinlock.h> +#include <stdatomic.h> +#include <stdbool.h> +#include <stdint.h> extern uint32_t kernel_start; extern uint32_t kernel_end; |