Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 801a5591 authored by Pavel Machek's avatar Pavel Machek Committed by Jiri Kosina
Browse files

x86: init_mem_mapping(): use capital BIOS in comment



Use capital BIOS in comment. Its cleaner, and allows diference
between BIOS and BIOs.

Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 078014dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -582,7 +582,7 @@ void __init init_mem_mapping(void)
 *
 *
 *
 *
 * On x86, access has to be given to the first megabyte of ram because that area
 * On x86, access has to be given to the first megabyte of ram because that area
 * contains bios code and data regions used by X and dosemu and similar apps.
 * contains BIOS code and data regions used by X and dosemu and similar apps.
 * Access has to be given to non-kernel-ram areas as well, these contain the PCI
 * Access has to be given to non-kernel-ram areas as well, these contain the PCI
 * mmio resources as well as potential bios/acpi data regions.
 * mmio resources as well as potential bios/acpi data regions.
 */
 */