Skip to content

Commit d68965f

Browse files
committed
Remove spinlock syscalls
1 parent ff52547 commit d68965f

File tree

2 files changed

+0
-167
lines changed

2 files changed

+0
-167
lines changed

src/syscalls/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ pub use self::futex::*;
1010
pub use self::processor::*;
1111
pub use self::recmutex::*;
1212
pub use self::semaphore::*;
13-
pub use self::spinlock::*;
1413
pub use self::system::*;
1514
pub use self::tasks::*;
1615
pub use self::timer::*;
@@ -32,7 +31,6 @@ pub mod net;
3231
mod processor;
3332
mod recmutex;
3433
mod semaphore;
35-
mod spinlock;
3634
mod system;
3735
mod tasks;
3836
mod timer;

src/syscalls/spinlock.rs

Lines changed: 0 additions & 165 deletions
This file was deleted.

0 commit comments

Comments
 (0)