mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2025-02-02 02:20:09 +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
|
add esp, 12
|
||||||
end if
|
end if
|
||||||
}
|
}
|
||||||
|
|
||||||
|
macro LOCK_SPINLOCK {
|
||||||
|
common
|
||||||
|
mov dword [spinlock], 1
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user