mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed a debug message.
svn path=/trunk/; revision=17305
This commit is contained in:
parent
312f880b0f
commit
bae5d406c1
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ KeInsertQueueDpc(PKDPC Dpc,
|
||||||
/* Get the DPC Data */
|
/* Get the DPC Data */
|
||||||
if (InterlockedCompareExchangeUL(&Dpc->DpcData, &Prcb->DpcData[0].DpcLock, 0)) {
|
if (InterlockedCompareExchangeUL(&Dpc->DpcData, &Prcb->DpcData[0].DpcLock, 0)) {
|
||||||
|
|
||||||
DPRINT("DPC Already Inserted");
|
DPRINT("DPC Already Inserted\n");
|
||||||
#ifdef CONFIG_SMP
|
#ifdef CONFIG_SMP
|
||||||
KiReleaseSpinLock(&Prcb->DpcData[0].DpcLock);
|
KiReleaseSpinLock(&Prcb->DpcData[0].DpcLock);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue