From 05db9b40811ce59b86a7e8e08207cc9f07fa59a0 Mon Sep 17 00:00:00 2001 From: "Mike Rapoport (IBM)" Date: Sat, 25 Mar 2023 09:08:26 +0300 Subject: [PATCH] sh: drop ranges for definition of ARCH_FORCE_MAX_ORDER untweak ARCH_FORCE_MAX_ORDER's `range' Link: https://lkml.kernel.org/r/20230325060828.2662773-13-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 deletion(-) diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index c73911a4a5e7..511c17aede4a 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig @@ -20,7 +20,6 @@ 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 default "6" if PAGE_SIZE_64KB default "13" if !MMU -- 2.50.1