Skip to content

Commit

Permalink
Merge pull request #1131 from mkroening/ci-timeout
Browse files Browse the repository at this point in the history
fix(riscv64): make time stubbing warning less noisy
  • Loading branch information
mkroening authored Apr 11, 2024
2 parents 1c432b3 + 86c6797 commit 0a7304d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/arch/riscv64/kernel/systemtime.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
use log::warn;

/// Returns the current time in microseconds since UNIX epoch.
pub fn now_micros() -> u64 {
warn!("time is currently stubbed");
debug!("time is currently stubbed");
super::processor::get_timer_ticks()
}

0 comments on commit 0a7304d

Please sign in to comment.