configs: enable config of TEXT_UNEVICTABLE for memcg granularity
This enables CONFIG_TEXT_UNEVICTABLE on x86 and arm64 Backport-reason: Add code segment unevictable feature support [PATCH 8/8] Signed-off-by: Xin Hao <vernhao@tencent.com>
This commit is contained in:
parent
03165bd0f4
commit
5a0da8cdef
|
@ -133,6 +133,7 @@ CONFIG_EMM_FORCE_SWAPPINESS=y
|
|||
CONFIG_EMM_RAMDISK_SWAP=y
|
||||
CONFIG_EMM_WORKINGSET_TRACKING=y
|
||||
CONFIG_EMM_ZRAM_CONF=y
|
||||
CONFIG_TEXT_UNEVICTABLE=y
|
||||
CONFIG_NET=y
|
||||
CONFIG_PACKET=y
|
||||
CONFIG_PACKET_DIAG=m
|
||||
|
|
Loading…
Reference in New Issue