From: Becky Bruce Date: Mon, 10 Oct 2011 10:50:40 +0000 (+0000) Subject: powerpc: hugetlb: modify include usage for FSL BookE code X-Git-Tag: v3.3-rc1~181^2~49^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=881fde1db591628db0494e77cd9002b0ba8b04b7;p=pandora-kernel.git powerpc: hugetlb: modify include usage for FSL BookE code The original 32-bit hugetlb implementation used PPC64 vs PPC32 to determine which code path to take. However, the final hugetlb implementation for 64-bit FSL ended up shared with the FSL 32-bit code so the actual check needs to be FSL_BOOK3E vs everything else. This patch changes the include protections to reflect this. There are also a couple of related comment fixes. Signed-off-by: Becky Bruce Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed