提交 32b7eb87 编写于 作者: M Miroslav Benes 提交者: Jiri Kosina

livepatch: change ARCH_HAVE_LIVE_PATCHING to HAVE_LIVE_PATCHING

Change ARCH_HAVE_LIVE_PATCHING to HAVE_LIVE_PATCHING in Kconfigs. HAVE_
bools are prevalent there and we should go with the flow.
Suggested-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NMiroslav Benes <mbenes@suse.cz>
Acked-by: NJosh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 99590ba5
...@@ -17,7 +17,7 @@ config X86_64 ...@@ -17,7 +17,7 @@ config X86_64
depends on 64BIT depends on 64BIT
select X86_DEV_DMA_OPS select X86_DEV_DMA_OPS
select ARCH_USE_CMPXCHG_LOCKREF select ARCH_USE_CMPXCHG_LOCKREF
select ARCH_HAVE_LIVE_PATCHING select HAVE_LIVE_PATCHING
### Arch settings ### Arch settings
config X86 config X86
......
config ARCH_HAVE_LIVE_PATCHING config HAVE_LIVE_PATCHING
bool bool
help help
Arch supports kernel live patching Arch supports kernel live patching
...@@ -9,7 +9,7 @@ config LIVE_PATCHING ...@@ -9,7 +9,7 @@ config LIVE_PATCHING
depends on MODULES depends on MODULES
depends on SYSFS depends on SYSFS
depends on KALLSYMS_ALL depends on KALLSYMS_ALL
depends on ARCH_HAVE_LIVE_PATCHING depends on HAVE_LIVE_PATCHING
help help
Say Y here if you want to support kernel live patching. Say Y here if you want to support kernel live patching.
This option has no runtime impact until a kernel "patch" This option has no runtime impact until a kernel "patch"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册