Skip to content

Commit

Permalink
mm/zsmalloc: make zsmalloc module-buildable
Browse files Browse the repository at this point in the history
Now, we can build zsmalloc as module because unmap_kernel_range was
exported.

Signed-off-by: Minchan Kim <[email protected]>
Cc: Nitin Gupta <[email protected]>
Cc: Sergey Senozhatsky <[email protected]>
Cc: Jerome Marchand <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
minchank authored and torvalds committed Jun 4, 2014
1 parent 93ef6d6 commit d867f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d867f20

Please sign in to comment.