From 2080f2fa6fc985e95fe63a8aa841a5e30186fef1 Mon Sep 17 00:00:00 2001 From: "Mike Rapoport (IBM)" Date: Sat, 25 Mar 2023 09:08:25 +0300 Subject: [PATCH] sh-reword-arch_force_max_order-prompt-and-help-text-v3 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) Acked-by: Kirill A. Shutemov Reviewed-by: Zi Yan Signed-off-by: Andrew Morton --- arch/sh/mm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index fb15ba1052ba..238b2772751e 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig @@ -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 -- 2.50.1