commit | 156152f84e57bff4d9b5d70be6f3f16116bf6fb1 | [log] [tgz] |
---|---|---|
author | Gerald Schaefer <gerald.schaefer@de.ibm.com> | Thu Oct 25 17:24:12 2012 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Oct 26 16:44:23 2012 +0200 |
tree | b34c630d1af92e327a1224061c975d21b12384c4 | |
parent | 31370f75de4b641f47204899549d2a533cd42738 [diff] |
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 <gerald.schaefer@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>