[GIT PULL 36/36] KVM: Remove unused config symbol

Christoffer Dall christoffer.dall at linaro.org
Fri Jan 23 02:03:05 PST 2015


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 at tiscali.nl>
Signed-off-by: Christoffer Dall <christoffer.dall at linaro.org>
---
 virt/kvm/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/virt/kvm/Kconfig b/virt/kvm/Kconfig
index 314950c..50d1106 100644
--- a/virt/kvm/Kconfig
+++ b/virt/kvm/Kconfig
@@ -41,8 +41,5 @@ config KVM_VFIO
 config HAVE_KVM_ARCH_TLB_FLUSH_ALL
        bool
 
-config HAVE_KVM_ARCH_DIRTY_LOG_PROTECT
-       bool
-
 config KVM_GENERIC_DIRTYLOG_READ_PROTECT
        bool
-- 
2.1.2.330.g565301e.dirty




More information about the linux-arm-kernel mailing list