diff options
author | Christoffer Dall <christoffer.dall@linaro.org> | 2015-01-23 04:50:23 -0500 |
---|---|---|
committer | Christoffer Dall <christoffer.dall@linaro.org> | 2015-01-23 04:52:03 -0500 |
commit | 4b990589952f0e30aa860184ac6c76219a74632e (patch) | |
tree | 05546fa948d9ebfebbe659dfbaa1d818eb45eeca /virt | |
parent | 227ea818f26ec0d881853bdbae7684a32b1391ba (diff) |
KVM: Remove unused config symbol
The dirty patch logging series introduced both
HAVE_KVM_ARCH_DIRTY_LOG_PROTECT and KVM_GENERIC_DIRTYLOG_READ_PROTECT
config symbols, but only KVM_GENERIC_DIRTYLOG_READ_PROTECT is used.
Just remove the unused one.
(The config symbol was renamed during the development of the patch
series and the old name just creeped in by accident.()
Reported-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Diffstat (limited to 'virt')
-rw-r--r-- | virt/kvm/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/virt/kvm/Kconfig b/virt/kvm/Kconfig index 314950c51d9f..50d110654b42 100644 --- a/virt/kvm/Kconfig +++ b/virt/kvm/Kconfig | |||
@@ -41,8 +41,5 @@ config KVM_VFIO | |||
41 | config HAVE_KVM_ARCH_TLB_FLUSH_ALL | 41 | config HAVE_KVM_ARCH_TLB_FLUSH_ALL |
42 | bool | 42 | bool |
43 | 43 | ||
44 | config HAVE_KVM_ARCH_DIRTY_LOG_PROTECT | ||
45 | bool | ||
46 | |||
47 | config KVM_GENERIC_DIRTYLOG_READ_PROTECT | 44 | config KVM_GENERIC_DIRTYLOG_READ_PROTECT |
48 | bool | 45 | bool |