diff options
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index 2fe4902ad755..a5dae9a7eb51 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -273,11 +273,6 @@ config BOUNCE | |||
273 | by default when ZONE_DMA or HIGHMEM is selected, but you | 273 | by default when ZONE_DMA or HIGHMEM is selected, but you |
274 | may say n to override this. | 274 | may say n to override this. |
275 | 275 | ||
276 | config NR_QUICK | ||
277 | int | ||
278 | depends on QUICKLIST | ||
279 | default "1" | ||
280 | |||
281 | config VIRT_TO_BUS | 276 | config VIRT_TO_BUS |
282 | bool | 277 | bool |
283 | help | 278 | help |
@@ -717,6 +712,17 @@ config GUP_BENCHMARK | |||
717 | config GUP_GET_PTE_LOW_HIGH | 712 | config GUP_GET_PTE_LOW_HIGH |
718 | bool | 713 | bool |
719 | 714 | ||
715 | config READ_ONLY_THP_FOR_FS | ||
716 | bool "Read-only THP for filesystems (EXPERIMENTAL)" | ||
717 | depends on TRANSPARENT_HUGE_PAGECACHE && SHMEM | ||
718 | |||
719 | help | ||
720 | Allow khugepaged to put read-only file-backed pages in THP. | ||
721 | |||
722 | This is marked experimental because it is a new feature. Write | ||
723 | support of file THPs will be developed in the next few release | ||
724 | cycles. | ||
725 | |||
720 | config ARCH_HAS_PTE_SPECIAL | 726 | config ARCH_HAS_PTE_SPECIAL |
721 | bool | 727 | bool |
722 | 728 | ||