On Thu, Dec 27, 2012 at 02:44:58PM +0200, Gleb Natapov wrote:
> MMU code tries to avoid if()s HW is not able to predict reliably by using
> bitwise operation to streamline code execution, but in case of a dirty bit
> folding this gives us nothing since write_fault is checked right before
> the folding code. Lets just piggyback onto the if() to make code more clear.
> 
> Signed-off-by: Gleb Natapov <[email protected]>

Applied, thanks.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to