mm, treewide: redefine MAX_ORDER sanely
[linux-2.6-block.git] / arch / ia64 / Kconfig
index d7e4a24e8644cdecb03d96228871e8e294a2004e..0d2f41fa56ee1898db15c3e0467f79d1fc68f746 100644 (file)
@@ -202,10 +202,10 @@ config IA64_CYCLONE
          If you're unsure, answer N.
 
 config ARCH_FORCE_MAX_ORDER
-       int "MAX_ORDER (11 - 17)"  if !HUGETLB_PAGE
-       range 11 17  if !HUGETLB_PAGE
-       default "17" if HUGETLB_PAGE
-       default "11"
+       int "MAX_ORDER (10 - 16)"  if !HUGETLB_PAGE
+       range 10 16  if !HUGETLB_PAGE
+       default "16" if HUGETLB_PAGE
+       default "10"
 
 config SMP
        bool "Symmetric multi-processing support"