Skip to content

Commit 4519a25

Browse files
rpptakpm00
authored andcommitted
xtensa: reword ARCH_FORCE_MAX_ORDER prompt and help text
The prompt and help text of ARCH_FORCE_MAX_ORDER are not even close to describe this configuration option. Update both to actually describe what this option does. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Mike Rapoport (IBM) <[email protected]> Reviewed-by: Max Filippov <[email protected]> Acked-by: Kirill A. Shutemov <[email protected]> Reviewed-by: Zi Yan <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Christophe Leroy <[email protected]> Cc: David Miller <[email protected]> Cc: Dinh Nguyen <[email protected]> Cc: Geert Uytterhoeven <[email protected]> Cc: Guo Ren <[email protected]> Cc: John Paul Adrian Glaubitz <[email protected]> Cc: Michael Ellerman <[email protected]> Cc: Rich Felker <[email protected]> Cc: "Russell King (Oracle)" <[email protected]> Cc: Will Deacon <[email protected]> Cc: Yoshinori Sato <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 8def4c0 commit 4519a25

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

arch/xtensa/Kconfig

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -772,15 +772,17 @@ config HIGHMEM
772772
If unsure, say Y.
773773

774774
config ARCH_FORCE_MAX_ORDER
775-
int "Maximum zone order"
775+
int "Order of maximal physically contiguous allocations"
776776
default "10"
777777
help
778-
The kernel memory allocator divides physically contiguous memory
779-
blocks into "zones", where each zone is a power of two number of
780-
pages. This option selects the largest power of two that the kernel
781-
keeps in the memory allocator. If you need to allocate very large
782-
blocks of physically contiguous memory, then you may need to
783-
increase this value.
778+
The kernel page allocator limits the size of maximal physically
779+
contiguous allocations. The limit is called MAX_ORDER and it
780+
defines the maximal power of two of number of pages that can be
781+
allocated as a single contiguous block. This option allows
782+
overriding the default setting when ability to allocate very
783+
large blocks of physically contiguous memory is required.
784+
785+
Don't change if unsure.
784786

785787
endmenu
786788

0 commit comments

Comments
 (0)