mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user