diff options
author | Dominik Dingel <dingel@linux.vnet.ibm.com> | 2015-07-18 01:23:34 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-07-18 01:39:52 +0200 |
commit | 41318bfe2af5a4bc3c3a2f904b0cd3679f952c75 (patch) | |
tree | 44b6fc556496a888e96ab9d71ffee90175ce1a9e /include/linux/hugetlb.h | |
parent | revert "s390/mm: change HPAGE_SHIFT type to int" (diff) | |
download | linux-41318bfe2af5a4bc3c3a2f904b0cd3679f952c75.tar.xz linux-41318bfe2af5a4bc3c3a2f904b0cd3679f952c75.zip |
revert "s390/mm: make hugepages_supported a boot time decision"
Heiko noticed that the current check for hugepage support on s390 is a
little bit too harsh as systems which do not support will crash.
The reason is that pageblock_order can now get negative when we set
HPAGE_SHIFT to 0. To avoid all this and to avoid opening another can of
worms with enabling HUGETLB_PAGE_SIZE_VARIABLE I think it would be best
to simply allow architectures to define their own hugepages_supported().
Revert bea41197ead3 ("s390/mm: make hugepages_supported a boot time
decision") in preparation.
Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com>
Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Cc: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions