]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mm/zsmalloc: make zsmalloc module-buildable
authorMinchan Kim <minchan@kernel.org>
Wed, 4 Jun 2014 23:11:10 +0000 (16:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:14 +0000 (16:54 -0700)
commitd867f203b974e9a670028fda909ef09044b221f6
tree2bc77b421b77416f19dfab3cc91808d7dad89420
parent93ef6d6ca11382eff03812797da457bc176653a4
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>
mm/Kconfig