提交 aa7f1d22 编写于 作者: L liubo 提交者: Zheng Zengkai

etmem: Modify the memig feature name to etmem

euleros inclusion
category: feature
feature: etmem
bugzilla: 48246

-------------------------------------------------

The original memory extension feature name is memig,
after open source the feature name is changed to etmem.

This patch is used to synchronously modify the feature name and file
name.

The config options and the file name are modified synchronously to etmem.
Signed-off-by: Nliubo <liubo254@huawei.com>
Reviewed-by: Ngeruijun <geruijun@huawei.com>
Reviewed-by: NXiongfeng Wang <wangxiongfeng2@huawei.com>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 74706f34
...@@ -7098,5 +7098,5 @@ CONFIG_CC_HAS_SANCOV_TRACE_PC=y ...@@ -7098,5 +7098,5 @@ CONFIG_CC_HAS_SANCOV_TRACE_PC=y
CONFIG_MPAM=y CONFIG_MPAM=y
CONFIG_RESCTRL=y CONFIG_RESCTRL=y
CONFIG_ACPI_MPAM=y CONFIG_ACPI_MPAM=y
CONFIG_MEMIG_SCAN=m CONFIG_ETMEM_SCAN=m
CONFIG_MEMIG_SWAP=m CONFIG_ETMEM_SWAP=m
...@@ -8489,5 +8489,5 @@ CONFIG_ARCH_HAS_KCOV=y ...@@ -8489,5 +8489,5 @@ CONFIG_ARCH_HAS_KCOV=y
# CONFIG_HYPERV_TESTING is not set # CONFIG_HYPERV_TESTING is not set
# end of Kernel Testing and Coverage # end of Kernel Testing and Coverage
# end of Kernel hacking # end of Kernel hacking
CONFIG_MEMIG_SCAN=m CONFIG_ETMEM_SCAN=m
CONFIG_MEMIG_SWAP=m CONFIG_ETMEM_SWAP=m
...@@ -34,5 +34,5 @@ proc-$(CONFIG_PROC_VMCORE) += vmcore.o ...@@ -34,5 +34,5 @@ proc-$(CONFIG_PROC_VMCORE) += vmcore.o
proc-$(CONFIG_PRINTK) += kmsg.o proc-$(CONFIG_PRINTK) += kmsg.o
proc-$(CONFIG_PROC_PAGE_MONITOR) += page.o proc-$(CONFIG_PROC_PAGE_MONITOR) += page.o
proc-$(CONFIG_BOOT_CONFIG) += bootconfig.o proc-$(CONFIG_BOOT_CONFIG) += bootconfig.o
obj-$(CONFIG_MEMIG_SCAN) += memig_scan.o obj-$(CONFIG_ETMEM_SCAN) += etmem_scan.o
obj-$(CONFIG_MEMIG_SWAP) += memig_swap.o obj-$(CONFIG_ETMEM_SWAP) += etmem_swap.o
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <asm/kvm_arm.h> #include <asm/kvm_arm.h>
#include <asm/stage2_pgtable.h> #include <asm/stage2_pgtable.h>
#endif #endif
#include "memig_scan.h" #include "etmem_scan.h"
#ifdef CONFIG_X86_64 #ifdef CONFIG_X86_64
/* /*
......
...@@ -660,16 +660,16 @@ config PARMAN ...@@ -660,16 +660,16 @@ config PARMAN
config OBJAGG config OBJAGG
tristate "objagg" if COMPILE_TEST tristate "objagg" if COMPILE_TEST
config MEMIG_SCAN config ETMEM_SCAN
tristate "module: memig page scan for memig support" tristate "module: etmem page scan for etmem support"
help help
memig page scan feature etmem page scan feature
used to scan the virtual address of the target process used to scan the virtual address of the target process
config MEMIG_SWAP config ETMEM_SWAP
tristate "module: memig page swap for memig support" tristate "module: etmem page swap for etmem support"
help help
memig page swap feature etmem page swap feature
config STRING_SELFTEST config STRING_SELFTEST
tristate "Test string functions" tristate "Test string functions"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册