From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965622AbXCPRAX (ORCPT ); Fri, 16 Mar 2007 13:00:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965681AbXCPRAW (ORCPT ); Fri, 16 Mar 2007 13:00:22 -0400 Received: from gw.goop.org ([64.81.55.164]:36854 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965622AbXCPRAU (ORCPT ); Fri, 16 Mar 2007 13:00:20 -0400 Message-ID: <45FACD24.5080000@goop.org> Date: Fri, 16 Mar 2007 10:00:20 -0700 From: Jeremy Fitzhardinge User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: Ingo Molnar CC: Andi Kleen , Andrew Morton , linux-kernel@vger.kernel.org, virtualization@lists.osdl.org, xen-devel@lists.xensource.com, Chris Wright , Zachary Amsden , Rusty Russell , Ian Pratt , Christian Limpach Subject: Re: [patch 23/26] Xen-paravirt_ops: Add Xen grant table support References: <20070301232443.195603797@goop.org> <20070301232529.139074125@goop.org> <20070316085107.GC23174@elte.hu> In-Reply-To: <20070316085107.GC23174@elte.hu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.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.