Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKruckenberg authored Feb 3, 2025
1 parent 6f90484 commit a20913c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kernel/src/arch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
//! - init_early, per_hart_init_early, per_hart_init_late
//! - device::cpu::init, device::cpu::with_cpu_info
//! - park_hart, park_hart_timeout
//! - with_user_memory_access
//! - mb, rmb, wmb
//! - set_thread_ptr, get_stack_pointer, get_next_older_pc_from_fp, NEXT_OLDER_FP_FROM_FP_OFFSET, assert_fp_is_aligned
cfg_if::cfg_if! {
if #[cfg(target_arch = "riscv64")] {
Expand Down

0 comments on commit a20913c

Please sign in to comment.