From: David Vrabel Date: Wed, 13 Mar 2013 13:20:52 +0000 (+0000) Subject: xen/events: remove unnecessary init_evtchn_cpu_bindings() X-Git-Tag: v3.14-rc1~126^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc087e10734a4d3e40693fc099461ec1270b3fff;p=pandora-kernel.git xen/events: remove unnecessary init_evtchn_cpu_bindings() Because the guest-side binding of an event to a VCPU (i.e., setting the local per-cpu masks) is always explicitly done after an event channel is bound to a port, there is no need to initialize all possible events as bound to VCPU 0 at start of day or after a resume. Signed-off-by: David Vrabel Reviewed-by: Konrad Rzeszutek Wilk Reviewed-by: Boris Ostrovsky --- Reading git-diff-tree failed