linux: Mark HugeTLB memmap optimisation as optional
It is not supported on ARM.
This commit is contained in:
parent
2ee7fa4bde
commit
a7fdd2f9a8
1 changed files with 2 additions and 2 deletions
|
@ -297,8 +297,8 @@
|
||||||
TRANSPARENT_HUGEPAGE_ALWAYS = true;
|
TRANSPARENT_HUGEPAGE_ALWAYS = true;
|
||||||
READ_ONLY_THP_FOR_FS = true;
|
READ_ONLY_THP_FOR_FS = true;
|
||||||
HUGETLBFS = true;
|
HUGETLBFS = true;
|
||||||
HUGETLB_PAGE_OPTIMIZE_VMEMMAP = true;
|
HUGETLB_PAGE_OPTIMIZE_VMEMMAP = option true;
|
||||||
HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON = true;
|
HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON = option true;
|
||||||
|
|
||||||
DEFERRED_STRUCT_PAGE_INIT = true;
|
DEFERRED_STRUCT_PAGE_INIT = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue