mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 01:43:22 +00:00
Prepare aster-time for platform-dependent implementations
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
acb4833aae
commit
97fab9edea
@ -9,7 +9,7 @@ use core::sync::atomic::{AtomicU64, Ordering};
|
||||
use ostd::arch::{
|
||||
read_tsc,
|
||||
timer::{self, TIMER_FREQ},
|
||||
x86::tsc_freq,
|
||||
tsc_freq,
|
||||
};
|
||||
use spin::Once;
|
||||
|
||||
|
Reference in New Issue
Block a user