From: Paul Mundt Date: Wed, 6 Aug 2008 06:10:49 +0000 (+0900) Subject: sh: Disable 64kB hugetlbpage size when using 64kB PAGE_SIZE. X-Git-Tag: v2.6.27-rc4~30^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68b7c24cf9c699ed93c4a70f958b5bb3943723bc;p=pandora-kernel.git sh: Disable 64kB hugetlbpage size when using 64kB PAGE_SIZE. Presently we oops in mm/hugetlb.c:1325, which is the order == 0 test in hugetlb_add_hstate() called at initialization time. So, disable 64kB huge pages when we're using a 64kB PAGE_SIZE. On most parts this will force the default to be 1MB huge pages. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed