mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-04 10:25:00 +00:00
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:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user