Use newly added rdtsc32() for DELAY(9) as well.
This commit is contained in:
parent
8a36386eff
commit
adbae7d2c9
@ -250,7 +250,7 @@ static u_int
|
||||
get_tsc(__unused struct timecounter *tc)
|
||||
{
|
||||
|
||||
return (rdtsc());
|
||||
return (rdtsc32());
|
||||
}
|
||||
|
||||
static __inline int
|
||||
|
Loading…
x
Reference in New Issue
Block a user