search for: wdfinterrupt

Displaying 1 result from an estimated 1 matches for "wdfinterrupt".

2007 Nov 02
0
[PATCH] PVWin: Fix warnings
...nt op, char *arg) +HYPERVISOR_hvm_op(int op, struct xen_hvm_param *arg) { long __res; __asm { diff -r b26bdba50c41 xenpci/evtchn.c --- a/xenpci/evtchn.c Thu Nov 01 16:21:24 2007 -0700 +++ b/xenpci/evtchn.c Fri Nov 02 09:52:30 2007 -0700 @@ -35,7 +35,6 @@ BOOLEAN BOOLEAN EvtChn_InterruptDpc(WDFINTERRUPT Interrupt, WDFOBJECT AssociatedObject) { - int i; int cpu = 0; vcpu_info_t *vcpu_info; unsigned long evt_words, evt_word; @@ -50,7 +49,7 @@ EvtChn_InterruptDpc(WDFINTERRUPT Interru vcpu_info = &shared_info_area->vcpu_info[cpu]; - evt_words = _InterlockedExchange(&vcpu_in...