From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [patch 23/26] Xen-paravirt_ops: Add Xen grant table support Date: Fri, 16 Mar 2007 10:00:20 -0700 Message-ID: <45FACD24.5080000@goop.org> References: <20070301232443.195603797@goop.org> <20070301232529.139074125@goop.org> <20070316085107.GC23174@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070316085107.GC23174@elte.hu> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ingo Molnar Cc: Zachary Amsden , xen-devel@lists.xensource.com, Ian Pratt , virtualization@lists.osdl.org, Rusty Russell , linux-kernel@vger.kernel.org, Chris Wright , Andi Kleen , Andrew Morton , Christian Limpach List-Id: virtualization@lists.linuxfoundation.org Ingo Molnar wrote: >> + >> +#ifndef __ia64__ >> + { >> > > introduce a proper arch method instead. > I'll clean out the ia64 stuff. We can add it back properly when (if?) the time comes. >> + grant_ref_t g = *private_head; >> + if (unlikely(g == GNTTAB_LIST_END)) >> > > coding style problems. Yup.