Make the dummy timecounter actually tick or we will never get anyhere.

This commit is contained in:
Poul-Henning Kamp 2002-04-27 07:06:52 +00:00
parent 421ec878ab
commit f175569ac2

View File

@ -67,7 +67,7 @@ static struct timehands th3 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 1, &th4};
static struct timehands th2 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 1, &th3};
static struct timehands th1 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 1, &th2};
static struct timehands th0 =
{ &dummy_timecounter, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 1, &th1};
{ &dummy_timecounter, 0, 18446744073709ULL, 0, {1, 0}, {0, 0}, {0, 0}, 1, &th1};
static struct timehands *volatile timehands = &th0;
struct timecounter *timecounter = &dummy_timecounter;