Use newly added rdtsc32() for DELAY(9) as well.

This commit is contained in:
Jung-uk Kim 2011-04-14 19:11:45 +00:00
parent ee2509d1a2
commit 8143750196

View File

@ -250,7 +250,7 @@ static u_int
get_tsc(__unused struct timecounter *tc)
{
return (rdtsc());
return (rdtsc32());
}
static __inline int