From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH 4 of 6] [XEN][LINUX] #ifdef x86-specific alloc_vm_area() Date: Thu, 05 Jul 2007 22:38:46 +0100 Message-ID: References: <4d8b8e9dd58e1de258d7.1183669723@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4d8b8e9dd58e1de258d7.1183669723@localhost> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Hollis Blanchard Cc: xen-devel@lists.xensource.com, xen-ppc-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 5/7/07 22:08, "Hollis Blanchard" wrote: > [XEN][LINUX] #ifdef x86-specific alloc_vm_area(). > Since neither IA64 nor PowerPC wants this code, in the future it should really > be moved out of drivers/xen/ > Signed-off-by: Hollis Blanchard The IA64 version will get merged into drivers/xen/util at some point, so the old todo message still applies. x86 will need an ia64-style one for supporting e.g., backend-pv-drivers-on-hvm. Probably just getting rid of XXX/TODO messages altogether is fine. It's fairly obvious there may be work to be done wherever #ifdef crops up in driver code. -- Keir