]> xenbits.xensource.com Git - pvdrivers/win/xenbus.git/commitdiff
Get rid of EVTCHN Bind from the STORE code
authorPaul Durrant <paul.durrant@citrix.com>
Wed, 28 Jan 2015 16:30:25 +0000 (16:30 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 29 Jan 2015 14:04:01 +0000 (14:04 +0000)
Removing the gratuitous Bind means we don't make use of KeNumberProcessors.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xenbus/store.c

index 9d581f5913bb88e2c4128416992df5d2705ee948..e6119d3702a85d30e07b0359768546998438d223 100644 (file)
@@ -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,