diff options
author | Tom <tomut@yahoo.com> | 2020-06-27 17:06:33 -0600 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-07-01 12:07:01 +0200 |
commit | d98edb31715a528056c956b842b9d5ea959d4304 (patch) | |
tree | f90f29ab3dfce48f687d3ed812e172b6d324a65d /Kernel/VM/Region.h | |
parent | fb41d89384cb5bbdf602ae41ae7e038fb48a34ce (diff) | |
download | serenity-d98edb31715a528056c956b842b9d5ea959d4304.zip |
Kernel: List all CPUs in /proc/cpuinfo
Diffstat (limited to 'Kernel/VM/Region.h')
-rw-r--r-- | Kernel/VM/Region.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/VM/Region.h b/Kernel/VM/Region.h index 445f0a2825..d2dc634f5c 100644 --- a/Kernel/VM/Region.h +++ b/Kernel/VM/Region.h @@ -29,6 +29,7 @@ #include <AK/InlineLinkedList.h> #include <AK/String.h> #include <AK/Weakable.h> +#include <Kernel/Arch/i386/CPU.h> #include <Kernel/Heap/SlabAllocator.h> #include <Kernel/VM/RangeAllocator.h> #include <Kernel/VM/VMObject.h> |