Skip to content

Commit

Permalink
Remove spinlock syscalls
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Feb 14, 2023
1 parent ff52547 commit d68965f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 167 deletions.
2 changes: 0 additions & 2 deletions src/syscalls/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pub use self::futex::*;
pub use self::processor::*;
pub use self::recmutex::*;
pub use self::semaphore::*;
pub use self::spinlock::*;
pub use self::system::*;
pub use self::tasks::*;
pub use self::timer::*;
Expand All @@ -32,7 +31,6 @@ pub mod net;
mod processor;
mod recmutex;
mod semaphore;
mod spinlock;
mod system;
mod tasks;
mod timer;
Expand Down
165 changes: 0 additions & 165 deletions src/syscalls/spinlock.rs

This file was deleted.

0 comments on commit d68965f

Please sign in to comment.