[PATCH 2/2] zsmalloc: make zsmalloc module-buildable

From: Minchan Kim
Date: Tue May 13 2014 - 01:25:57 EST


Now, we can build zsmalloc as module because unmap_kernel_range
was exported.

Signed-off-by: Minchan Kim <minchan@xxxxxxxxxx>
---
mm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/Kconfig b/mm/Kconfig
index 30cb6cb008f5..709a77a0fb55 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -558,7 +558,7 @@ config MEM_SOFT_DIRTY
See Documentation/vm/soft-dirty.txt for more details.

config ZSMALLOC
- bool "Memory allocator for compressed pages"
+ tristate "Memory allocator for compressed pages"
depends on MMU
default n
help
--
1.9.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/