mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 14:05:15 +00:00
Kernel: Remove more <LibBareMetal/Output/kstdio.h> includes
This commit is contained in:
parent
6cbd72f54f
commit
ccfee3e573
Notes:
sideshowbarker
2024-07-19 09:29:18 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/ccfee3e5732
3 changed files with 0 additions and 3 deletions
|
@ -30,7 +30,6 @@
|
||||||
#include <AK/Noncopyable.h>
|
#include <AK/Noncopyable.h>
|
||||||
#include <LibBareMetal/Memory/PhysicalAddress.h>
|
#include <LibBareMetal/Memory/PhysicalAddress.h>
|
||||||
#include <LibBareMetal/Memory/VirtualAddress.h>
|
#include <LibBareMetal/Memory/VirtualAddress.h>
|
||||||
#include <LibBareMetal/Output/kstdio.h>
|
|
||||||
|
|
||||||
#define PAGE_SIZE 4096
|
#define PAGE_SIZE 4096
|
||||||
#define PAGE_MASK ((uintptr_t)0xfffff000u)
|
#define PAGE_MASK ((uintptr_t)0xfffff000u)
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <Kernel/Arch/i386/CPU.h>
|
#include <Kernel/Arch/i386/CPU.h>
|
||||||
#include <LibBareMetal/Output/kstdio.h>
|
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
[[noreturn]] void __assertion_failed(const char* msg, const char* file, unsigned line, const char* func);
|
[[noreturn]] void __assertion_failed(const char* msg, const char* file, unsigned line, const char* func);
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
#include <Kernel/Random.h>
|
#include <Kernel/Random.h>
|
||||||
#include <Kernel/Thread.h>
|
#include <Kernel/Thread.h>
|
||||||
#include <Kernel/VM/RangeAllocator.h>
|
#include <Kernel/VM/RangeAllocator.h>
|
||||||
#include <LibBareMetal/Output/kstdio.h>
|
|
||||||
|
|
||||||
//#define VRA_DEBUG
|
//#define VRA_DEBUG
|
||||||
#define VM_GUARD_PAGES
|
#define VM_GUARD_PAGES
|
||||||
|
|
Loading…
Add table
Reference in a new issue