Get rid of the rdtsc cpu instruction method for calculation of the
commit407d863a8abb2f173f3be6714564a82318d9e943
authorRein Klazes <wijn@wanadoo.nl>
Wed, 26 Jan 2005 20:41:36 +0000 (26 20:41 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 26 Jan 2005 20:41:36 +0000 (26 20:41 +0000)
tree9c39ad6466e4a26158b886bccfb511e206980e8e
parent7a29b065558ad7d09ea68a7f9b7dea8a6cf7bd20
Get rid of the rdtsc cpu instruction method for calculation of the
performance counter. Put the calculation (based on gettimeofday) in
NtQueryPerformanceCounter() and use that in the kernel functions.
dlls/kernel/cpu.c
dlls/ntdll/nt.c
dlls/ntdll/ntdll.spec
include/winternl.h