Skip to content

Commit 9d0f7a5

Browse files
rpptakpm00
authored andcommitted
ia64: don't allow users to override ARCH_FORCE_MAX_ORDER
It is enough to keep default values for base and huge pages without letting users to override ARCH_FORCE_MAX_ORDER. Drop the prompt to make the option unvisible in *config. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Mike Rapoport (IBM) <[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: Max Filippov <[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 4e7c865 commit 9d0f7a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/ia64/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,7 @@ config IA64_CYCLONE
202202
If you're unsure, answer N.
203203

204204
config ARCH_FORCE_MAX_ORDER
205-
int "MAX_ORDER (10 - 16)" if !HUGETLB_PAGE
206-
range 10 16 if !HUGETLB_PAGE
205+
int
207206
default "16" if HUGETLB_PAGE
208207
default "10"
209208

0 commit comments

Comments
 (0)