Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mm/zsmalloc: make zsmalloc module-buildable

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

Signed-off-by: Minchan 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: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Minchan Kim and committed by
Linus Torvalds
d867f203 93ef6d6c

+1 -1
+1 -1
mm/Kconfig
··· 551 551 See Documentation/vm/soft-dirty.txt for more details. 552 552 553 553 config ZSMALLOC 554 - bool "Memory allocator for compressed pages" 554 + tristate "Memory allocator for compressed pages" 555 555 depends on MMU 556 556 default n 557 557 help