- Re-implement KiRequestApcInterrupt in ke_x.h. Make it work by CPU number (as docume...
authorAlex Ionescu <aionescu@gmail.com>
Mon, 11 Sep 2006 01:15:03 +0000 (01:15 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Mon, 11 Sep 2006 01:15:03 +0000 (01:15 +0000)
commit2fea34f0e1f5f9c4b2a8c1f17e2facdb15059b7a
treea5782f133de27c3dcf4458defea8a66cd0d7e88c
parent1462b71058741274c8679c1a0bf902270d4c2af7
- Re-implement KiRequestApcInterrupt in ke_x.h. Make it work by CPU number (as documented) instead of comparing PRCBs.
- Move NtQueueApcThread to ps/state.c since it's a Ps-level function.
- Make NtQueueApcThread use POOL_QUOTA_FAIL_INSTEAD_OF_RAISE and add that flag to our DDK. Also fix the check for SystemThread by looking at the flag, not checking if TEB == NULL. Also fix a memory leak and comment header.
- Fix comment header in KiInitalizeUserApc.

svn path=/trunk/; revision=24051
reactos/include/ddk/winddk.h
reactos/ntoskrnl/include/internal/ke_x.h
reactos/ntoskrnl/include/internal/tag.h
reactos/ntoskrnl/ke/apc.c
reactos/ntoskrnl/ke/i386/userapc.c
reactos/ntoskrnl/ps/state.c