Commit 19fa40a0 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Linus Torvalds

mm/Kconfig: fix indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:

	$ sed -e 's/^        /	/' -i */Kconfig

Link: http://lkml.kernel.org/r/1574306437-28837-1-git-send-email-krzk@kernel.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: default avatarDavid Hildenbrand <david@redhat.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Kosina <trivial@kernel.org>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 12cc1c73
...@@ -122,9 +122,9 @@ config SPARSEMEM_VMEMMAP ...@@ -122,9 +122,9 @@ config SPARSEMEM_VMEMMAP
depends on SPARSEMEM && SPARSEMEM_VMEMMAP_ENABLE depends on SPARSEMEM && SPARSEMEM_VMEMMAP_ENABLE
default y default y
help help
SPARSEMEM_VMEMMAP uses a virtually mapped memmap to optimise SPARSEMEM_VMEMMAP uses a virtually mapped memmap to optimise
pfn_to_page and page_to_pfn operations. This is the most pfn_to_page and page_to_pfn operations. This is the most
efficient option when sufficient kernel resources are available. efficient option when sufficient kernel resources are available.
config HAVE_MEMBLOCK_NODE_MAP config HAVE_MEMBLOCK_NODE_MAP
bool bool
...@@ -160,9 +160,9 @@ config MEMORY_HOTPLUG_SPARSE ...@@ -160,9 +160,9 @@ config MEMORY_HOTPLUG_SPARSE
depends on SPARSEMEM && MEMORY_HOTPLUG depends on SPARSEMEM && MEMORY_HOTPLUG
config MEMORY_HOTPLUG_DEFAULT_ONLINE config MEMORY_HOTPLUG_DEFAULT_ONLINE
bool "Online the newly added memory blocks by default" bool "Online the newly added memory blocks by default"
depends on MEMORY_HOTPLUG depends on MEMORY_HOTPLUG
help help
This option sets the default policy setting for memory hotplug This option sets the default policy setting for memory hotplug
onlining policy (/sys/devices/system/memory/auto_online_blocks) which onlining policy (/sys/devices/system/memory/auto_online_blocks) which
determines what happens to newly added memory regions. Policy setting determines what happens to newly added memory regions. Policy setting
...@@ -227,14 +227,14 @@ config COMPACTION ...@@ -227,14 +227,14 @@ config COMPACTION
select MIGRATION select MIGRATION
depends on MMU depends on MMU
help help
Compaction is the only memory management component to form Compaction is the only memory management component to form
high order (larger physically contiguous) memory blocks high order (larger physically contiguous) memory blocks
reliably. The page allocator relies on compaction heavily and reliably. The page allocator relies on compaction heavily and
the lack of the feature can lead to unexpected OOM killer the lack of the feature can lead to unexpected OOM killer
invocations for high order memory requests. You shouldn't invocations for high order memory requests. You shouldn't
disable this option unless there really is a strong reason for disable this option unless there really is a strong reason for
it and then we would be really interested to hear about that at it and then we would be really interested to hear about that at
linux-mm@kvack.org. linux-mm@kvack.org.
# #
# support for page migration # support for page migration
...@@ -258,7 +258,7 @@ config ARCH_ENABLE_THP_MIGRATION ...@@ -258,7 +258,7 @@ config ARCH_ENABLE_THP_MIGRATION
bool bool
config CONTIG_ALLOC config CONTIG_ALLOC
def_bool (MEMORY_ISOLATION && COMPACTION) || CMA def_bool (MEMORY_ISOLATION && COMPACTION) || CMA
config PHYS_ADDR_T_64BIT config PHYS_ADDR_T_64BIT
def_bool 64BIT def_bool 64BIT
...@@ -302,10 +302,10 @@ config KSM ...@@ -302,10 +302,10 @@ config KSM
root has set /sys/kernel/mm/ksm/run to 1 (if CONFIG_SYSFS is set). root has set /sys/kernel/mm/ksm/run to 1 (if CONFIG_SYSFS is set).
config DEFAULT_MMAP_MIN_ADDR config DEFAULT_MMAP_MIN_ADDR
int "Low address space to protect from user allocation" int "Low address space to protect from user allocation"
depends on MMU depends on MMU
default 4096 default 4096
help help
This is the portion of low virtual memory which should be protected This is the portion of low virtual memory which should be protected
from userspace allocation. Keeping a user from writing to low pages from userspace allocation. Keeping a user from writing to low pages
can help reduce the impact of kernel NULL pointer bugs. can help reduce the impact of kernel NULL pointer bugs.
...@@ -408,7 +408,7 @@ choice ...@@ -408,7 +408,7 @@ choice
endchoice endchoice
config ARCH_WANTS_THP_SWAP config ARCH_WANTS_THP_SWAP
def_bool n def_bool n
config THP_SWAP config THP_SWAP
def_bool y def_bool y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment