Remove a redundant assignment since r221703.

This commit is contained in:
jkim 2011-06-08 18:52:42 +00:00
parent 1eefc7ab06
commit 16bd333059

View File

@ -166,9 +166,6 @@ tsc_freq_vmware(void)
tsc_freq = regs[0] | ((uint64_t)regs[1] << 32);
}
tsc_is_invariant = 1;
#ifdef SMP
smp_tsc = 1; /* XXX */
#endif
return (1);
}