wine/dlls ntdll/ntdll.spec ntdll/nt.c kernel/cpu.c

Alexandre Julliard julliard at winehq.org
Wed Jan 26 14:41:36 CST 2005


ChangeSet ID:	15698
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/01/26 14:41:36

Modified files:
	dlls/ntdll     : ntdll.spec nt.c 
	dlls/kernel    : cpu.c 

Log message:
	Rein Klazes <wijn at wanadoo.nl>
	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.

Patch: http://cvs.winehq.org/patch.py?id=15698

Old revision  New revision  Changes     Path
 1.171         1.172         +1 -1       wine/dlls/ntdll/ntdll.spec
 1.69          1.70          +10 -5      wine/dlls/ntdll/nt.c
 1.9           1.10          +4 -29      wine/dlls/kernel/cpu.c




More information about the wine-cvs mailing list