Skip to content

Commit fb1201a

Browse files
committed
Documentation: efi: remove description of efi=old_map
The old EFI runtime region mapping logic that was kept around for some time has finally been removed entirely, along with the SGI UV1 support code that was its last remaining user. So remove any mention of the efi=old_map command line parameter from the docs. Cc: Jonathan Corbet <[email protected]> Cc: [email protected] Signed-off-by: Ard Biesheuvel <[email protected]>
1 parent 39ada88 commit fb1201a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,8 +1233,7 @@
12331233
efi= [EFI]
12341234
Format: { "debug", "disable_early_pci_dma",
12351235
"nochunk", "noruntime", "nosoftreserve",
1236-
"novamap", "no_disable_early_pci_dma",
1237-
"old_map" }
1236+
"novamap", "no_disable_early_pci_dma" }
12381237
debug: enable misc debug output.
12391238
disable_early_pci_dma: disable the busmaster bit on all
12401239
PCI bridges while in the EFI boot stub.
@@ -1251,8 +1250,6 @@
12511250
novamap: do not call SetVirtualAddressMap().
12521251
no_disable_early_pci_dma: Leave the busmaster bit set
12531252
on all PCI bridges while in the EFI boot stub
1254-
old_map [X86-64]: switch to the old ioremap-based EFI
1255-
runtime services mapping. [Needs CONFIG_X86_UV=y]
12561253

12571254
efi_no_storage_paranoia [EFI; X86]
12581255
Using this parameter you can use more than 50% of

0 commit comments

Comments
 (0)