[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [win-pv-devel] [PATCH 4/5] Get rid of EVTCHN Bind from the STORE code
Removing the gratuitous Bind means we don't make use of KeNumberProcessors. Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx> --- src/xenbus/store.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/xenbus/store.c b/src/xenbus/store.c index 9d581f5..e6119d3 100644 --- a/src/xenbus/store.c +++ b/src/xenbus/store.c @@ -1847,15 +1847,6 @@ StoreEnable( FALSE); ASSERT(Context->Channel != NULL); - // - // Attempt to use some CPU other than 0 for events from - // xenstored. - // - (VOID) XENBUS_EVTCHN(Bind, - &Context->EvtchnInterface, - Context->Channel, - KeNumberProcessors - 1); - XENBUS_EVTCHN(Unmask, &Context->EvtchnInterface, Context->Channel, -- 2.1.1 _______________________________________________ win-pv-devel mailing list win-pv-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/win-pv-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |