Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751301AbWHBHLr (ORCPT ); Wed, 2 Aug 2006 03:11:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751300AbWHBHLq (ORCPT ); Wed, 2 Aug 2006 03:11:46 -0400 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:16769 "EHLO sous-sol.org") by vger.kernel.org with ESMTP id S1751302AbWHBHLp (ORCPT ); Wed, 2 Aug 2006 03:11:45 -0400 Date: Wed, 2 Aug 2006 00:13:06 -0700 From: Chris Wright To: Zachary Amsden Cc: Andi Kleen , virtualization@lists.osdl.org, Andrew Morton , Xen-devel , Jeremy Fitzhardinge , Linux Kernel , Chris Wright , Ian Pratt , "Eric W. Biederman" , Christoph Lameter Subject: Re: [Xen-devel] Re: [PATCH 12 of 13] Pass the mm struct into the pgd_free code so the mm is available here Message-ID: <20060802071306.GN2654@sequoia.sous-sol.org> References: <8235caea9d688b78ce4b.1154462450@ezr> <200608020514.52316.ak@suse.de> <44D04577.9000904@vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44D04577.9000904@vmware.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 983 Lines: 28 * Zachary Amsden (zach@vmware.com) wrote: > Andi Kleen wrote: > >nst char *arch_vma_name(struct vm_area_struct *vma); > > > >> > >>+#ifndef pgd_free_mm > >>+#define pgd_free_mm(mm) pgd_free((mm)->pgd) > >>+#endif > >> > > > >Sorry, but these ifdefs are too ugly. I would prefer if you > >just updated all architectures, even though it will make the patch > >somewhat bigger > > > I'm fine with doing that, and yes this is ugly. Will take awhile though > - for efficiency of mercurial patch tools, I deprecated all > architectures but i386, x86_64, and um from my local tree. . While you're at it, can you please make sure there's some nice changelog comments. The current one only has diffstat. thanks, -chris - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/