Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d867f203 authored by Minchan Kim's avatar Minchan Kim Committed by Linus Torvalds
Browse files

mm/zsmalloc: make zsmalloc module-buildable



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

Signed-off-by: default avatarMinchan Kim <minchan@kernel.org>
Cc: Nitin Gupta <ngupta@vflare.org>
Cc: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Cc: Jerome Marchand <jmarchan@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 93ef6d6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -551,7 +551,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