-----Original Message-----
From: ros-diffs-bounces(a)reactos.com
[mailto:ros-diffs-bounces@reactos.com] On Behalf Of Alex Ionescu
Sent: Sunday, November 14, 2004 8:29 PM
To: ReactOS Diffs List
Subject: Re: [ros-diffs] [CVS reactos] - Stored the apc/dpc
requests in theKPCR.
Just a question, what's the difference between HAL_DPC_REQUEST and
DpcInterruptRequested. IIRC they could both be used for the same purpose
(I'm currently updating the Dpc code to use DpcInterruptRequested).
Althought my guess is the latter is only used/read from within ntoskrnl
to check if any dpcs are pending.
I've used the same place like mpsirql.c. Possible DpcInterruptRequested is
the more correct place for this value.
- Hartmut