mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Remove Lock structure again as we changed design
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
/// The paging lock must be unique. It is required for all page table operations and thus
|
||||
/// guarantees exclusive page table access.
|
||||
pub struct Lock {
|
||||
_private: (),
|
||||
}
|
||||
|
||||
impl !Send for Lock {}
|
||||
impl !Sync for Lock {}
|
||||
|
||||
Reference in New Issue
Block a user