]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm/zsmalloc: make zsmalloc module-buildable
authorMinchan Kim <minchan@kernel.org>
Thu, 22 May 2014 00:43:27 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:27 +0000 (10:43 +1000)
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>
mm/Kconfig

index 1b5a95f0fa013ca428e877ae39d6f0148a49cd61..910195978866329da9c62fa370193197209fe86a 100644 (file)
@@ -555,7 +555,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