mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
This commit is contained in:
parent
a1d7ebf85a
commit
93d98d4976
153 changed files with 473 additions and 467 deletions
|
@ -89,7 +89,7 @@ private:
|
|||
u32 high() const { return m_high; }
|
||||
};
|
||||
|
||||
OwnPtr<Region> m_apic_base;
|
||||
OwnPtr<Memory::Region> m_apic_base;
|
||||
Vector<OwnPtr<Processor>> m_ap_processor_info;
|
||||
Vector<Thread*> m_ap_idle_threads;
|
||||
Atomic<u8> m_apic_ap_count { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue