[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [win-pv-devel] [PATCH 2/3] Remove unused static functions
These should have been removed when the old versions of the XENBUS_EVTCHN interface were retired. Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx> --- src/xenbus/evtchn.c | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/src/xenbus/evtchn.c b/src/xenbus/evtchn.c index af96341..2ac192d 100644 --- a/src/xenbus/evtchn.c +++ b/src/xenbus/evtchn.c @@ -727,18 +727,6 @@ fail1: return status; } -static NTSTATUS -EvtchnBindVersion2( - IN PINTERFACE Interface, - IN PXENBUS_EVTCHN_CHANNEL Channel, - IN ULONG Cpu - ) -{ - ASSERT3U(Cpu, <, MAXIMUM_PROCESSORS); - - return EvtchnBind(Interface, Channel, 0, (CHAR)Cpu); -} - static VOID EvtchnUnmask( IN PINTERFACE Interface, @@ -780,18 +768,6 @@ done: KeReleaseSpinLock(&Channel->Lock, Irql); } -static BOOLEAN -EvtchnUnmaskVersion1( - IN PINTERFACE Interface, - IN PXENBUS_EVTCHN_CHANNEL Channel, - IN BOOLEAN InUpcall - ) -{ - EvtchnUnmask(Interface, Channel, InUpcall); - - return FALSE; -} - static VOID EvtchnSend( IN PINTERFACE Interface, -- 2.5.3 _______________________________________________ win-pv-devel mailing list win-pv-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/cgi-bin/mailman/listinfo/win-pv-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |