Skip to content

Commit

Permalink
update the timeout time and fix warings
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiyuanSue committed Jan 4, 2025
1 parent 7f3958d commit 39c5622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/boot/root_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ use sel4_common::structures::{exception_t, seL4_IPCBuffer};
#[cfg(target_arch = "aarch64")]
use sel4_common::structures_gen::cap_vspace_cap;
use sel4_common::structures_gen::{
cap, cap_asid_control_cap, cap_asid_pool_cap, cap_cnode_cap, cap_domain_cap, cap_frame_cap,
cap_asid_control_cap, cap_asid_pool_cap, cap_cnode_cap, cap_domain_cap, cap_frame_cap,
cap_irq_control_cap, cap_tag, cap_thread_cap,
};
#[cfg(target_arch = "riscv64")]
use sel4_common::structures_gen::{cap_null_cap, cap_page_table_cap};
use sel4_common::structures_gen::cap_page_table_cap;
use sel4_common::utils::convert_to_mut_type_ref;
use sel4_cspace::interface::*;

Expand Down
2 changes: 1 addition & 1 deletion src/syscall/invocation/decode/arch/riscv64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use sel4_common::sel4_config::{
seL4_RevokeFirst, seL4_TruncatedMessage,
};
use sel4_common::structures::{exception_t, seL4_IPCBuffer};
use sel4_common::structures_gen::{cap, cap_page_table_cap, cap_tag};
use sel4_common::structures_gen::{cap, cap_tag};
use sel4_common::structures_gen::{lookup_fault_invalid_root, lookup_fault_missing_capability};
use sel4_common::utils::{convert_to_mut_type_ref, pageBitsForSize};
use sel4_common::{BIT, MASK};
Expand Down

0 comments on commit 39c5622

Please sign in to comment.