Spinlock save cpu flags

This commit is contained in:
2026-03-12 22:48:34 +01:00
parent 19793e9126
commit 4760818118
50 changed files with 704 additions and 461 deletions

View File

@@ -5,4 +5,8 @@
void spin_lock_relax (void);
void spin_lock_save_flags (uint64_t* flags);
void spin_lock_restore_flags (uint64_t flags);
#endif // _KERNEL_SYS_SPIN_LOCK_H