[RFC PATCH 74/79] mm/page_ronly: add config option for generic read only page framework.

From: jglisse
Date: Wed Apr 04 2018 - 15:20:27 EST


From: JÃrÃme Glisse <jglisse@xxxxxxxxxx>

It's really just a config option patch.

Signed-off-by: JÃrÃme Glisse <jglisse@xxxxxxxxxx>
Cc: Andrea Arcangeli <aarcange@xxxxxxxxxx>
---
mm/Kconfig | 3 +++
1 file changed, 3 insertions(+)

diff --git a/mm/Kconfig b/mm/Kconfig
index c782e8fb7235..aeffb6e8dd21 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -149,6 +149,9 @@ config NO_BOOTMEM
config MEMORY_ISOLATION
bool

+config PAGE_RONLY
+ bool
+
#
# Only be set on architectures that have completely implemented memory hotplug
# feature. If you are not sure, don't touch it.
--
2.14.3