mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
Kernel: Rename a very long enum to ShouldDeallocateVirtualRange
ShouldDeallocateVirtualMemoryVirtualRange was a bit on the long side.
This commit is contained in:
parent
cdab5b2091
commit
47bdd7c3a0
Notes:
sideshowbarker
2024-07-18 07:24:16 +09:00
Author: https://github.com/awesomekling
Commit: 47bdd7c3a0
5 changed files with 11 additions and 11 deletions
|
@ -379,7 +379,7 @@ UNMAP_AFTER_INIT void APIC::do_boot_aps()
|
|||
|
||||
// NOTE: Since this region is identity-mapped, we have to unmap it manually to prevent the virtual
|
||||
// address range from leaking into the general virtual range allocator.
|
||||
apic_startup_region->unmap(Memory::Region::ShouldDeallocateVirtualMemoryVirtualRange::No);
|
||||
apic_startup_region->unmap(Memory::Region::ShouldDeallocateVirtualRange::No);
|
||||
}
|
||||
|
||||
UNMAP_AFTER_INIT void APIC::boot_aps()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue