remove check_tsc

there is no need to clear CR4.TSD as there is no user mode
in ACRN hypervisor.

Tracked-On: #1842
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
Jason Chen CJ
2018-12-14 13:34:42 +08:00
committed by wenlingz
parent d2bac7cc5d
commit 59e3f562b8
4 changed files with 0 additions and 20 deletions

View File

@@ -116,11 +116,6 @@ void del_timer(struct hv_timer *timer);
*/
void timer_init(void);
/**
* @brief Check tsc to make sure rdtsc is enabled.
*/
void check_tsc(void);
/**
* @brief Calibrate tsc.
*