sunxi: current/dev: disable ZSMALLOC_PGTABLE_MAPPING (#2377)
Although enabling this feature can have performance gain, this is proven to be broken on new kernels and is dropped in linux-next now in git commit 80bf194625f5. Disable this to fix ZRAM issues and get future proof on this feature. Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
This commit is contained in:
parent
b0760915cb
commit
db23c66715
@ -819,7 +819,7 @@ CONFIG_ZPOOL=y
|
||||
CONFIG_ZBUD=y
|
||||
CONFIG_Z3FOLD=y
|
||||
CONFIG_ZSMALLOC=y
|
||||
CONFIG_ZSMALLOC_PGTABLE_MAPPING=y
|
||||
# CONFIG_ZSMALLOC_PGTABLE_MAPPING is not set
|
||||
# CONFIG_ZSMALLOC_STAT is not set
|
||||
CONFIG_GENERIC_EARLY_IOREMAP=y
|
||||
CONFIG_IDLE_PAGE_TRACKING=y
|
||||
|
||||
@ -824,7 +824,7 @@ CONFIG_ZPOOL=y
|
||||
CONFIG_ZBUD=y
|
||||
CONFIG_Z3FOLD=y
|
||||
CONFIG_ZSMALLOC=y
|
||||
CONFIG_ZSMALLOC_PGTABLE_MAPPING=y
|
||||
# CONFIG_ZSMALLOC_PGTABLE_MAPPING is not set
|
||||
# CONFIG_ZSMALLOC_STAT is not set
|
||||
CONFIG_GENERIC_EARLY_IOREMAP=y
|
||||
CONFIG_IDLE_PAGE_TRACKING=y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user