Re: [PATCH v2 4/9] KVM: MMU: introduce slot_handle_level_range() and its helpers

From: Xiao Guangrong
Date: Tue May 12 2015 - 05:40:28 EST




On 05/12/2015 04:22 PM, Paolo Bonzini wrote:


On 12/05/2015 04:32, Xiao Guangrong wrote:
+ if (iterator.rmap)
+ flush |= fn(kvm, iterator.rmap);
+
+ if (need_resched() || spin_needbreak(&kvm->mmu_lock)) {
+ if (flush & lock_flush_tlb) {

&&, not &. (Cosmetic only).

Will fix.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/