From: Chen, Kenneth W Date: Sat, 25 Mar 2006 11:06:50 +0000 (-0800) Subject: [PATCH] x86: HUGETLBFS and DEBUG_PAGEALLOC are incompatible X-Git-Tag: v2.6.17-rc1~846 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7d06ca7b626c9257bee4439d9d80a7e44ae237e;p=pandora-kernel.git [PATCH] x86: HUGETLBFS and DEBUG_PAGEALLOC are incompatible DEBUG_PAGEALLOC is not compatible with hugetlb page support. That debug option turns off PSE. Once it is turned off in CR4, the cpu will ignore pse bit in the pmd and causing infinite page-not- present faults. So disable DEBUG_PAGEALLOC if the user selected hugetlbfs. Signed-off-by: Ken Chen Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed