remove initialization of TSC (refs #362)

This commit is contained in:
NAKAMURA Gou
2016-03-11 18:40:35 +09:00
parent eb0700359b
commit 70e8dd7979
3 changed files with 0 additions and 14 deletions

View File

@ -1517,9 +1517,3 @@ ihk_mc_user_context_t *lookup_user_context(struct thread *thread)
return uctx;
} /* lookup_user_context() */
void zero_tsc(void)
{
wrmsr(MSR_IA32_TIME_STAMP_COUNTER, 0);
}