]> git.baikalelectronics.ru Git - kernel.git/commit
x86/setup: Remove CONFIG_X86_RESERVE_LOW and reservelow= options
authorMike Rapoport <rppt@linux.ibm.com>
Tue, 1 Jun 2021 07:53:53 +0000 (10:53 +0300)
committerBorislav Petkov <bp@suse.de>
Mon, 7 Jun 2021 09:12:25 +0000 (11:12 +0200)
commit57e5c7dd5f585e48f56e84029f78e2911132e63a
tree5bd8634209bbf78d663c4b016174dfa03f329fd6
parentd5d9c9774fa1155afd2e61e7bb612482a296b38b
x86/setup: Remove CONFIG_X86_RESERVE_LOW and reservelow= options

The CONFIG_X86_RESERVE_LOW build time and reservelow= command line option
allowed to control the amount of memory under 1M that would be reserved at
boot to avoid using memory that can be potentially clobbered by BIOS.

Since the entire range under 1M is always reserved there is no need for
these options anymore and they can be removed.

Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210601075354.5149-3-rppt@kernel.org
Documentation/admin-guide/kernel-parameters.txt
arch/x86/Kconfig
arch/x86/kernel/setup.c