From fc087e10734a4d3e40693fc099461ec1270b3fff Mon Sep 17 00:00:00 2001 From: David Vrabel Date: Wed, 13 Mar 2013 13:20:52 +0000 Subject: [PATCH] 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-format-patch failed