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