Make the alpha timecounter preferable to the i8254.

This commit is contained in:
Poul-Henning Kamp 2004-09-07 07:06:36 +00:00
parent 246409821c
commit 23385eb7dd

View File

@ -120,7 +120,8 @@ static struct timecounter alpha_timecounter = {
0, /* no poll_pps */
~0u, /* counter_mask */
0, /* frequency */
"alpha" /* name */
"alpha", /* name */
800, /* quality */
};
static struct timecounter i8254_timecounter = {