start timer at initialization

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2377 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
tgingold
2007-02-13 02:16:12 +00:00
parent 8ba2f4413a
commit 48f4262a80
2 changed files with 25 additions and 19 deletions

View File

@ -34,9 +34,9 @@ Abstract:
#define TIMER_MAXIMUM_VALUE (0x100000000ULL - 1)
//
// Default timer value in 100 ns units (10 ms)
// Default timer value in 100 ns units (50 ms)
//
#define DEFAULT_TIMER_TICK_DURATION 100000
#define DEFAULT_TIMER_TICK_DURATION 500000
//
// Function Prototypes