KVM: Remove dead code in the cmpxchg instruction emulation
commit3ccb8827fb3bd389ed15320da83543d016a94822
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 25 Jul 2007 09:41:57 +0000 (25 11:41 +0200)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:19 +0000 (13 10:18 +0200)
treeb9478f4ee71c807409f490f768eda060a940834a
parent62b3ffb8b357a791491726cff8d395027e5245b7
KVM: Remove dead code in the cmpxchg instruction emulation

The writeback fixes (02c03a326a5df825cc01de426f72e160db2b9538) let
some dead code in the cmpxchg instruction emulation. Remove it.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/x86_emulate.c