This function is not valid for group aware drivers.
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
ASSERT(Context != NULL);
-#if DBG
- XenIfaceDebugPrint(INFO, "Channel %p, LocalPort %d, Cpu %lu\n",
- Context->Channel, Context->LocalPort, KeGetCurrentProcessorNumber());
-#endif
KeSetEvent(Context->Event, 0, FALSE);
XENBUS_EVTCHN(Unmask,
KIRQL Irql;
LIST_ENTRY ToFree;
- XenIfaceDebugPrint(TRACE, "FO %p, IRQL %d, Cpu %lu\n", FileObject, KeGetCurrentIrql(), KeGetCurrentProcessorNumber());
-
// store watches
KeAcquireSpinLock(&Fdo->StoreWatchLock, &Irql);
Node = Fdo->StoreWatchList.Flink;