Carsten Otte wrote: > From: Heiko Carstens <[EMAIL PROTECTED]> > > There is no need to use interlocked updates when the rcp > lock is held. Therefore the simple bitops variants can be > used. This should improve performance. > > skey = page_get_storage_key(page_to_phys(page)); > if (skey & _PAGE_CHANGED) > - set_bit(RCP_GC_BIT, pgste); > + set_bit_simple(RCP_GC_BIT, pgste); >
This looks whitespace damaged. -- Any sufficiently difficult bug is indistinguishable from a feature. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel