From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751939AbXB0SFV (ORCPT ); Tue, 27 Feb 2007 13:05:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751941AbXB0SFV (ORCPT ); Tue, 27 Feb 2007 13:05:21 -0500 Received: from hancock.steeleye.com ([71.30.118.248]:59191 "EHLO hancock.sc.steeleye.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751939AbXB0SFU (ORCPT ); Tue, 27 Feb 2007 13:05:20 -0500 Subject: Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations From: James Bottomley To: Jeremy Fitzhardinge 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 , linux-arch@vger.kernel.org In-Reply-To: <45E470D6.7050401@goop.org> References: <20070227081337.434798469@goop.org> <20070227081632.356636957@goop.org> <1172589358.3408.2.camel@mulgrave.il.steeleye.com> <45E46889.9090801@goop.org> <1172597726.3408.25.camel@mulgrave.il.steeleye.com> <45E470D6.7050401@goop.org> Content-Type: text/plain Date: Tue, 27 Feb 2007 12:04:40 -0600 Message-Id: <1172599480.3408.28.camel@mulgrave.il.steeleye.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-1.fc6) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2007-02-27 at 09:56 -0800, Jeremy Fitzhardinge wrote: > include/asm-generic isn't in the compile include path; its contents are > only ever used if they're explicitly included by some other asm/ > header. I seem to remember there was some debate about this, but I > don't really understand the rationale for the current arrangement; it > makes sense to me to have asm-generic as a set of fallback default includes. Yes ... I forgot about that ... we'd need an asm/mmu_context_paravirt.h on every arch. I suppose this is just me being lazy ... I'm currently doing a bit of a rewrite in asm-parisc/mmu_context.h and I didn't want a massive merge conflict. James