File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -393,8 +393,8 @@ pub struct Mappings {
393393 /// This mapping will go from physical address `0x0` to whichever is larger:
394394 /// - The end of the last region in the BIOS/UEFI memory map
395395 /// - The address `0x1_0000_0000` (such that at least 4 GiB of physical memory are always mapped).
396- /// This is to ensure that useful MMIO regions (local APIC, I/O APIC, PCI bars) are
397- /// accessible to the kernel even if less physical memory than that is on the system.
396+ /// This is to ensure that useful MMIO regions (local APIC, I/O APIC, PCI bars) are
397+ /// accessible to the kernel even if less physical memory than that is on the system.
398398 ///
399399 /// Defaults to `None`, i.e. no mapping of the physical memory.
400400 pub physical_memory : Option < Mapping > ,
You can’t perform that action at this time.
0 commit comments