Make the alpha timecounter preferable to the i8254.
This commit is contained in:
parent
246409821c
commit
23385eb7dd
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user