|
@@ -3,7 +3,7 @@ config ZSMALLOC
|
|
# X86 dependency is because of the use of __flush_tlb_one and set_pte
|
|
# X86 dependency is because of the use of __flush_tlb_one and set_pte
|
|
# in zsmalloc-main.c.
|
|
# in zsmalloc-main.c.
|
|
# TODO: convert these to portable functions
|
|
# TODO: convert these to portable functions
|
|
- depends on SPARSEMEM && X86
|
|
|
|
|
|
+ depends on X86
|
|
default n
|
|
default n
|
|
help
|
|
help
|
|
zsmalloc is a slab-based memory allocator designed to store
|
|
zsmalloc is a slab-based memory allocator designed to store
|