mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[KE]
Add a comment to Kii386SpinOnSpinLock that it might be called from HAL with interrupts disabled svn path=/branches/ros-amd64-bringup/; revision=44895
This commit is contained in:
parent
909e90aceb
commit
3db737a298
1 changed files with 2 additions and 0 deletions
|
@ -467,6 +467,8 @@ Kii386SpinOnSpinLock(PKSPIN_LOCK SpinLock, ULONG Flags)
|
|||
while (*(volatile KSPIN_LOCK *)SpinLock & 1)
|
||||
{
|
||||
// FIXME: Check for timeout
|
||||
// Warning: this function might be called from HAL with interrupts
|
||||
// disabled.
|
||||
|
||||
/* Yield and keep looping */
|
||||
YieldProcessor();
|
||||
|
|
Loading…
Reference in a new issue