Parcourir la source

style(riscv64): remove stale TODO message

greatbridf il y a 6 mois
Parent
commit
5c9d03601a
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      crates/eonix_hal/src/arch/riscv64/bootstrap.rs

+ 0 - 1
crates/eonix_hal/src/arch/riscv64/bootstrap.rs

@@ -127,7 +127,6 @@ pub unsafe extern "C" fn riscv64_start(hart_id: usize, dtb_addr: PAddr) -> ! {
 
     setup_cpu(&alloc, hart_id);
 
-    // TODO: set up interrupt, smp
     ScopedAllocator::new(&mut [0; 1024])
         .with_alloc(|mem_alloc| bootstrap_smp(mem_alloc, &real_allocator));