commit | e935d48e1b49451490218e1181d9834176200955 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Wed Sep 16 15:24:19 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Dec 03 09:32:12 2009 +0200 |
tree | bf852b3705300973bc440daa7ce74b0240149093 | |
parent | 33527ad7e12a5cb50b39165945464600ab2f7632 [diff] |
KVM: SVM: Remove remaining occurences of rdtscll This patch replaces them with native_read_tsc() which can also be used in expressions and saves a variable on the stack in this case. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>