From: Gerald Schaefer Date: Thu, 25 Oct 2012 15:24:12 +0000 (+0200) Subject: s390/mm: use pmd_large() instead of pmd_huge() X-Git-Tag: v3.7-rc5~12^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=156152f84e57bff4d9b5d70be6f3f16116bf6fb1;p=pandora-kernel.git s390/mm: use pmd_large() instead of pmd_huge() Without CONFIG_HUGETLB_PAGE, pmd_huge() will always return 0. So pmd_large() should be used instead in places where both transparent huge pages and hugetlbfs pages can occur. Signed-off-by: Gerald Schaefer Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed