diff options
author | Josh Poimboeuf <jpoimboe@redhat.com> | 2015-02-03 17:45:18 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-02-04 05:25:51 -0500 |
commit | 12cf89b550d13eb7cb86ef182bd6c04345a33a1f (patch) | |
tree | 1836f4d7130559031079b7b611a67127b304dc50 /arch/x86/Kconfig | |
parent | dbed7ddab967550d1181633e8ac7905808f29a94 (diff) |
livepatch: rename config to CONFIG_LIVEPATCH
Rename CONFIG_LIVE_PATCHING to CONFIG_LIVEPATCH to make the naming of
the config and the code more consistent.
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 29b095231276..11970b076862 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -17,7 +17,7 @@ config X86_64 | |||
17 | depends on 64BIT | 17 | depends on 64BIT |
18 | select X86_DEV_DMA_OPS | 18 | select X86_DEV_DMA_OPS |
19 | select ARCH_USE_CMPXCHG_LOCKREF | 19 | select ARCH_USE_CMPXCHG_LOCKREF |
20 | select HAVE_LIVE_PATCHING | 20 | select HAVE_LIVEPATCH |
21 | 21 | ||
22 | ### Arch settings | 22 | ### Arch settings |
23 | config X86 | 23 | config X86 |