commit | 468cc7cf3b85dd20a833773e6bde9f720f2df677 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Oct 07 17:21:51 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Oct 17 17:31:00 2013 +0200 |
tree | a7d3db420ee95f01332aed72d01fc0774e4fad86 | |
parent | add40e9777de139fb317ca6b1fb0dc142601cfcd [diff] |
icount: use cpu_get_icount() directly This will help later when we will have to place these calls in a critical section, and thus call a version of cpu_get_icount() that does not take the lock. Reviewed-by: Alex Bligh <alex@alex.org.uk> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>