commit | 84afdcee620b1640f2a145c07febae4ed68947f9 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Mon Oct 25 16:10:36 2010 +0200 |
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | Mon Oct 25 16:10:19 2010 +0200 |
tree | 7e0e400264659064ebabc395b991d50008f35bf0 | |
parent | 36bf96801e3a2c4efae0bb8c1897a530fc9ca13e [diff] |
[S390] pgtable: move pte_mkhuge() from hugetlb.h to pgtable.h All architectures besides s390 have pte_mkhuge() defined in pgtable.h. So move the function to pgtable.h on s390 as well. Fixes a compile error introduced with "hugetlb: hugepage migration core" in linux-next which only happens on s390. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>