[NTOS] In KeWaitFor*Object(s) assert that the current IRQL is SYNCH_LEVEL. not DISPAT...
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 30 May 2019 13:44:56 +0000 (15:44 +0200)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 31 Dec 2019 08:43:14 +0000 (09:43 +0100)
commitf944f3a6cdae3a09c21d18a7924eb3beb4ee584f
tree390c07fa9c5c20fe4eac48f1eb03a9b3a15d29c2
parentad2c15524dbf6bcd102ba128fd72c9a88d992b94
[NTOS] In KeWaitFor*Object(s) assert that the current IRQL is SYNCH_LEVEL. not DISPATCH_LEVEL, since acquiring the dispatcher lock raises to SYNCH_LEVEL, which is != DISPATCH_LEVEL on x64 and SMP builds.
ntoskrnl/ke/wait.c