You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
staging: zsmalloc: remove SPARSEMEM dep from Kconfig
This patch removes the SPARSEMEM from the zsmalloc Kconfig Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com> Acked-by: Nitin Gupta <ngupta@vflare.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b9ed4f6c9a
commit
b76dee4a41
@@ -3,7 +3,7 @@ config ZSMALLOC
|
||||
# X86 dependency is because of the use of __flush_tlb_one and set_pte
|
||||
# in zsmalloc-main.c.
|
||||
# TODO: convert these to portable functions
|
||||
depends on SPARSEMEM && X86
|
||||
depends on X86
|
||||
default n
|
||||
help
|
||||
zsmalloc is a slab-based memory allocator designed to store
|
||||
|
||||
Reference in New Issue
Block a user