mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2025-01-21 20:58:13 +01:00
add LOCK_SPINLOCK macro
This commit is contained in:
parent
01fc77ba69
commit
80e64d4d70
@ -26,3 +26,8 @@ macro PDEBUGF _level*, _fmt*, _bus*, _devfn*, [_args] {
|
||||
add esp, 12
|
||||
end if
|
||||
}
|
||||
|
||||
macro LOCK_SPINLOCK {
|
||||
common
|
||||
mov dword [spinlock], 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user