projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db6c516
)
use correct wait mode when checking alertability in KeDelayExecuteThread. thanks...
author
Alex Ionescu
<aionescu@gmail.com>
Mon, 22 Aug 2005 23:33:51 +0000
(23:33 +0000)
committer
Alex Ionescu
<aionescu@gmail.com>
Mon, 22 Aug 2005 23:33:51 +0000
(23:33 +0000)
svn path=/trunk/; revision=17479
reactos/ntoskrnl/ke/wait.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/ke/wait.c
b/reactos/ntoskrnl/ke/wait.c
index
ce53370
..
358a5e0
100644
(file)
--- a/
reactos/ntoskrnl/ke/wait.c
+++ b/
reactos/ntoskrnl/ke/wait.c
@@
-111,7
+111,7
@@
KeDelayExecutionThread(KPROCESSOR_MODE WaitMode,
do {
/* We are going to wait no matter what (that's the point), so test Alertability */
- if (KiCheckAlertability(Alertable, CurrentThread,
Kernel
Mode, &Status))
+ if (KiCheckAlertability(Alertable, CurrentThread,
Wait
Mode, &Status))
break;
/* Set Timer */