From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v6 20/31] xen/arm: ITS: Introduce helper to get number of event IDs Date: Thu, 3 Sep 2015 18:51:00 +0100 Message-ID: <55E88884.2020100@citrix.com> References: <1441019208-2764-1-git-send-email-vijay.kilari@gmail.com> <1441019208-2764-21-git-send-email-vijay.kilari@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1441019208-2764-21-git-send-email-vijay.kilari@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: vijay.kilari@gmail.com, Ian.Campbell@citrix.com, stefano.stabellini@eu.citrix.com, stefano.stabellini@citrix.com, tim@xen.org, xen-devel@lists.xen.org Cc: Prasun.Kapoor@caviumnetworks.com, Vijaya Kumar K , manish.jaggi@caviumnetworks.com List-Id: xen-devel@lists.xenproject.org Hi Vijay, On 31/08/15 12:06, vijay.kilari@gmail.com wrote: > From: Vijaya Kumar K > > gic_nr_event_ids() helper to read number of event IDs that > ITS hardware supports. AFAICT, this new helper is only used for an ASSERT which live in gic-v3-its.c. If that's right, I would prefer to see directly the use of its_data.eventid_bits (which lives within the same file) in the function and drop this patch. Regards, -- Julien Grall