]> xenbits.xensource.com Git - people/pauldu/xenbus.git/commit
Use new SystemProcessorCount() function for XENBUS_EVTCHN initialization
authorPaul Durrant <paul.durrant@citrix.com>
Wed, 9 Dec 2015 14:35:42 +0000 (14:35 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Wed, 9 Dec 2015 17:17:13 +0000 (17:17 +0000)
commit5cbf50f7823b8770d2fc56eacae95f0d07b8243e
tree3a5434581eea99d895bc0a1f6c52e25f435a6007
parent7477b05263ba380310a519110a823741ff2a0a0e
Use new SystemProcessorCount() function for XENBUS_EVTCHN initialization

Since it's necessary in a few places in the EVTCHN code to map processor
number to vcpu_id, the available processors should be limited to that for
which such a mapping exists.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
include/xen.h
src/xen/system.c
src/xenbus/evtchn.c
src/xenbus/evtchn_2l.c
src/xenbus/evtchn_fifo.c
src/xenbus/shared_info.c