]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
sh-reword-arch_force_max_order-prompt-and-help-text-v3
authorMike Rapoport (IBM) <rppt@kernel.org>
Sat, 25 Mar 2023 06:08:25 +0000 (09:08 +0300)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 5 Apr 2023 23:02:44 +0000 (16:02 -0700)
tweak ARCH_FORCE_MAX_ORDER's `range'

Link: https://lkml.kernel.org/r/20230325060828.2662773-12-rppt@kernel.org
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Reviewed-by: Zi Yan <ziy@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/sh/mm/Kconfig

index fb15ba1052ba8fda82b102f75d403291f5932231..238b2772751e6c3ff18296efaaf182140a365ffa 100644 (file)
@@ -20,6 +20,7 @@ config PAGE_OFFSET
 
 config ARCH_FORCE_MAX_ORDER
        int "Order of maximal physically contiguous allocations"
+       range 8 63 if PAGE_SIZE_16KB
        default "8" if PAGE_SIZE_16KB
        range 6 63 if PAGE_SIZE_64KB
        default "6" if PAGE_SIZE_64KB