Skip to content

Commit 77e42c8

Browse files
authored
Update pmm_test.rs
1 parent e4265d4 commit 77e42c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/pmm_test.rs

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ pub extern "C" fn rust_main() -> ! {
1313
((end as usize - KERNEL_BEGIN_VADDR + KERNEL_BEGIN_PADDR) >> 12) + 1,
1414
PHYSICAL_MEMORY_END >> 12,
1515
);
16-
crate::interrupt::init();
1716
println!("First Fit Allocator: {} / 8", FF_grade);
1817
crate::sbi::shutdown();
1918
}

0 commit comments

Comments
 (0)