Remove spinlock contexts
All checks were successful
Build documentation / build-and-deploy (push) Successful in 28s

This commit is contained in:
2026-02-08 18:58:53 +01:00
parent 1ca3d11bac
commit 9e6035bd68
26 changed files with 161 additions and 262 deletions

View File

@@ -47,7 +47,7 @@ struct boundary_tag {
* \return 0 if the lock was acquired successfully. Anything else is
* failure.
*/
extern int liballoc_lock (void* ctx);
extern int liballoc_lock (void);
/** This function unlocks what was previously locked by the liballoc_lock
* function. If it disabled interrupts, it enables interrupts. If it
@@ -55,7 +55,7 @@ extern int liballoc_lock (void* ctx);
*
* \return 0 if the lock was successfully released.
*/
extern int liballoc_unlock (void* ctx);
extern int liballoc_unlock (void);
/** This is the hook into the local system which allocates pages. It
* accepts an integer parameter which is the number of pages