ascend inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I90WBX CVE: NA
-------------------------------------------------
The enable_oom_killer feature is only used on arm64 platform, make its config depends on ARM64.
Signed-off-by: Yuan Can yuancan@huawei.com --- mm/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/mm/Kconfig b/mm/Kconfig index f45bc11c1cb2..e3a0e0076716 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -1314,6 +1314,7 @@ config SHARE_POOL
config ASCEND_OOM bool "Enable support for disable oom killer" + depends on ARM64 default n help In some cases we hopes that the oom will not kill the process when it occurs,