]> bbs.cooldavid.org Git - net-next-2.6.git/commit
KVM: SVM: Remove remaining occurences of rdtscll
authorJoerg Roedel <joerg.roedel@amd.com>
Wed, 16 Sep 2009 13:24:19 +0000 (15:24 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 3 Dec 2009 07:32:12 +0000 (09:32 +0200)
commite935d48e1b49451490218e1181d9834176200955
treebf852b3705300973bc440daa7ce74b0240149093
parent33527ad7e12a5cb50b39165945464600ab2f7632
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>
arch/x86/kvm/svm.c