From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH 03/12] xen/events: remove unnecessary init_evtchn_cpu_bindings() Date: Wed, 20 Mar 2013 13:40:45 +0000 Message-ID: <5149CA6D02000078000C72C0@nat28.tlf.novell.com> References: <1363727099-25519-1-git-send-email-david.vrabel@citrix.com> <1363727099-25519-4-git-send-email-david.vrabel@citrix.com> <5149A6E702000078000C71EF@nat28.tlf.novell.com> <5149B795.6020209@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5149B795.6020209@citrix.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: David Vrabel Cc: "Keir (Xen.org)" , Konrad Rzeszutek Wilk , Wei Liu , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org >>> On 20.03.13 at 14:20, David Vrabel wrote: > These are similarly initialized when an event is bound to a VCPU. Note > that cpu_evtchn_mask is poorly named as it's really the inverse of a mask. Oh, right, I forgot that strange naming, and took it to be the set of mask bits, not the mask of bound event channels for a CPU. No need really to mention that separately in the commit message then. Sorry for the noise, Jan