Remove incorrect assert. An APC can be queued to the attached environment,

as long as it is delivered before KeDetachProcess() is called.

svn path=/trunk/; revision=10928
This commit is contained in:
Gé van Geldorp 2004-09-20 08:17:44 +00:00
parent 2d1b661aa1
commit f7f21544a4

View file

@ -321,10 +321,6 @@ KeInsertQueueApc (PKAPC Apc,
"SystemArgument2 %x)\n",Apc,SystemArgument1,
SystemArgument2);
/* We don't support queuing APCs to the attached environment (yet),
see KiSwapApcEnvironment() */
assert(OriginalApcEnvironment == Apc->ApcStateIndex);
Apc->SystemArgument1 = SystemArgument1;
Apc->SystemArgument2 = SystemArgument2;