arm/arm64: KVM: Fixup incorrect config symbol in comment
authorChristoffer Dall <christoffer.dall@linaro.org>
Fri, 23 Jan 2015 09:49:31 +0000 (10:49 +0100)
committerChristoffer Dall <christoffer.dall@linaro.org>
Fri, 23 Jan 2015 09:51:58 +0000 (10:51 +0100)
A comment in the dirty page logging patch series mentioned incorrectly
spelled config symbols, just fix them up to match the real thing.

Reported-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
arch/arm/kvm/mmu.c

index eb945973b3bec93449828d7cf8ba9833fae7c268..74aeabaa3c4dc6c8981599312cc53c43c41e7afd 100644 (file)
@@ -1042,8 +1042,8 @@ static void stage2_wp_range(struct kvm *kvm, phys_addr_t addr, phys_addr_t end)
                /*
                 * Release kvm_mmu_lock periodically if the memory region is
                 * large. Otherwise, we may see kernel panics with
-                * CONFIG_DETECT_HUNG_TASK, CONFIG_LOCK_DETECTOR,
-                * CONFIG_LOCK_DEP. Additionally, holding the lock too long
+                * CONFIG_DETECT_HUNG_TASK, CONFIG_LOCKUP_DETECTOR,
+                * CONFIG_LOCKDEP. Additionally, holding the lock too long
                 * will also starve other vCPUs.
                 */
                if (need_resched() || spin_needbreak(&kvm->mmu_lock))
This page took 0.029207 seconds and 5 git commands to generate.