projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93ef6d6
)
mm/zsmalloc: make zsmalloc module-buildable
author
Minchan Kim
<
[email protected]
>
Wed, 4 Jun 2014 23:11:10 +0000
(16:11 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 4 Jun 2014 23:54:14 +0000
(16:54 -0700)
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]
>
mm/Kconfig
patch
|
blob
|
history
diff --git
a/mm/Kconfig
b/mm/Kconfig
index 0f00bffaaf61acf3a932ffd9b62a34fae8fb6b2b..3e9977a9d657dd0df323488a6f47e0ba1f23e6f8 100644
(file)
--- a/
mm/Kconfig
+++ b/
mm/Kconfig
@@
-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