Jan Kiszka 681405bfc7 KVM: Drop useless atomic test from timer function
The current code tries to optimize the setting of
KVM_REQ_PENDING_TIMER but used atomic_inc_and_test - which always
returns true unless pending had the invalid value of -1 on entry. This
patch drops the test part preserving the original semantic but
expressing it less confusingly.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2009-09-10 08:32:57 +03:00
..
2009-09-10 08:32:52 +03:00
2009-06-10 11:48:57 +03:00
2009-09-10 08:32:46 +03:00
2009-09-10 08:32:41 +03:00
2009-09-10 08:32:51 +03:00
2009-09-10 08:32:56 +03:00
2009-06-10 11:48:58 +03:00