WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH 5 of 6] [XEN][LINUX] Refactor grant tableallocati

To: "Hollis Blanchard" <hollisb@xxxxxxxxxx>, "Keir Fraser" <keir.fraser@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH 5 of 6] [XEN][LINUX] Refactor grant tableallocation into arch-specific code
From: "Jan Beulich" <jbeulich@xxxxxxxxxx>
Date: Fri, 06 Jul 2007 09:04:59 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 06 Jul 2007 01:01:48 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <9def23611685442dc968.1183674474@localhost>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <patchbomb.1183674469@localhost> <9def23611685442dc968.1183674474@localhost>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
>--- a/drivers/xen/core/gnttab.c        Thu Jul 05 16:58:26 2007 -0500
>+++ b/drivers/xen/core/gnttab.c        Thu Jul 05 17:25:47 2007 -0500
>@@ -430,7 +430,7 @@ static inline unsigned int max_nr_grant_
> 
> #ifdef CONFIG_XEN
> 
>-#ifndef __ia64__
>+#ifdef __x86__
> static int map_pte_fn(pte_t *pte, struct page *pmd_page,
>                     unsigned long addr, void *data)
> {

#ifdef CONFIG_X86, just like you did one or two hunks later?

Jan



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>