Raise the quality of the HPET timer to 2000 so it will be the preferred
choice on systems which support it. No objection by: phk
This commit is contained in:
parent
fb2ee09397
commit
da625f1262
@ -66,7 +66,7 @@ struct timecounter hpet_timecounter = {
|
||||
.tc_get_timecount = hpet_get_timecount,
|
||||
.tc_counter_mask = ~0u,
|
||||
.tc_name = "HPET",
|
||||
.tc_quality = -200,
|
||||
.tc_quality = 2000,
|
||||
};
|
||||
|
||||
static u_int
|
||||
|
Loading…
x
Reference in New Issue
Block a user