Skip to content

Commit

Permalink
fix(mm): remove freelist module
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed May 8, 2024
1 parent 4074802 commit f285c4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 235 deletions.
229 changes: 0 additions & 229 deletions src/mm/freelist.rs

This file was deleted.

6 changes: 0 additions & 6 deletions src/mm/mod.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
pub mod allocator;
pub mod device_alloc;
#[cfg(not(any(
target_arch = "x86_64",
target_arch = "aarch64",
target_arch = "riscv64"
)))]
pub mod freelist;

use core::mem;
use core::ops::Range;
Expand Down

0 comments on commit f285c4a

Please sign in to comment.