mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
Kernel: Mark MMIOAccess detection function as UNMAP_AFTER_INIT
This commit is contained in:
parent
40ea464fb0
commit
80a3cc47e5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ u8 MMIOAccess::segment_end_bus(u32 seg) const
|
|||
return segment.value().get_end_bus();
|
||||
}
|
||||
|
||||
PhysicalAddress MMIOAccess::determine_memory_mapped_bus_region(u32 segment, u8 bus) const
|
||||
UNMAP_AFTER_INIT PhysicalAddress MMIOAccess::determine_memory_mapped_bus_region(u32 segment, u8 bus) const
|
||||
{
|
||||
VERIFY(bus >= segment_start_bus(segment) && bus <= segment_end_bus(segment));
|
||||
auto seg = m_segments.get(segment);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue