mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
- Initialized TickCountMultiplier from shared user data.
svn path=/trunk/; revision=5026
This commit is contained in:
parent
c1c87cd076
commit
52d7096779
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: timer.c,v 1.57 2003/02/02 16:55:56 ekohl Exp $
|
||||
/* $Id: timer.c,v 1.58 2003/07/09 20:17:47 hbirr Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -501,5 +501,8 @@ KeInitializeTimerImpl(VOID)
|
|||
boot_time=SystemBootTime;
|
||||
system_time=boot_time;
|
||||
|
||||
SharedUserData->TickCountLow = 0;
|
||||
SharedUserData->TickCountMultiplier = 167783691; // 2^24 * 1193182 / 119310
|
||||
|
||||
DPRINT("Finished KeInitializeTimerImpl()\n");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue