Initial commit - slab allocator, kmalloc, other re
factors
This commit is contained in:
parent
1dd7b8b07f
commit
4e40a040dd
39 changed files with 863 additions and 412 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#ifndef SPINLOCK_H
|
||||
#define SPINLOCK_H
|
||||
|
||||
void acquire_lock(atomic_flag *lock);
|
||||
void free_lock(atomic_flag *lock);
|
||||
void acquire_spinlock(atomic_flag *lock);
|
||||
void free_spinlock(atomic_flag *lock);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue