xen-devel
[Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFE
To: |
James Bottomley <James.Bottomley@xxxxxxxxxxxx> |
Subject: |
[Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations |
From: |
Jeremy Fitzhardinge <jeremy@xxxxxxxx> |
Date: |
Tue, 27 Feb 2007 09:21:13 -0800 |
Cc: |
Zachary Amsden <zach@xxxxxxxxxx>, linux-arch@xxxxxxxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx, virtualization@xxxxxxxxxxxxxx, Rusty Russell <rusty@xxxxxxxxxxxxxxx>, linux-kernel@xxxxxxxxxxxxxxx, Chris Wright <chrisw@xxxxxxxxxxxx>, Andi Kleen <ak@xxxxxx>, Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> |
Delivery-date: |
Tue, 27 Feb 2007 09:20:29 -0800 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxx |
In-reply-to: |
<1172589358.3408.2.camel@xxxxxxxxxxxxxxxxxxxxxxxx> |
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: |
<20070227081337.434798469@xxxxxxxx> <20070227081632.356636957@xxxxxxxx> <1172589358.3408.2.camel@xxxxxxxxxxxxxxxxxxxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
User-agent: |
Thunderbird 1.5.0.9 (X11/20070212) |
James Bottomley wrote:
> On Tue, 2007-02-27 at 00:13 -0800, Jeremy Fitzhardinge wrote:
>
>> plain text document attachment (kill-HAVE_ARCH_MM_LIFETIME.patch)
>> akpm:
>>
>>> Can we lose __HAVE_ARCH_MM_LIFETIME? Just define these (preferably in C,
>>> not in cpp) in the appropriate include/asm-foo/ files?
>>>
>> Signed-off-by: Jeremy Fitzhardinge <jeremy@xxxxxxxxxxxxx>
>> Cc: linux-arch@xxxxxxxxxxxxxxx
>>
>> ---
>> include/asm-alpha/mmu_context.h | 9 +++++++++
>> include/asm-arm/mmu_context.h | 9 +++++++++
>> include/asm-arm26/mmu_context.h | 9 +++++++++
>> include/asm-avr32/mmu_context.h | 9 +++++++++
>> include/asm-cris/mmu_context.h | 8 ++++++++
>> include/asm-frv/mmu_context.h | 8 ++++++++
>> include/asm-h8300/mmu_context.h | 8 ++++++++
>> include/asm-i386/mmu_context.h | 2 +-
>> include/asm-i386/paravirt.h | 18 +++++++++++++++---
>> include/asm-ia64/mmu_context.h | 8 ++++++++
>> include/asm-m32r/mmu_context.h | 8 ++++++++
>> include/asm-m68k/mmu_context.h | 8 ++++++++
>> include/asm-m68knommu/mmu_context.h | 8 ++++++++
>> include/asm-mips/mmu_context.h | 8 ++++++++
>> include/asm-parisc/mmu_context.h | 9 +++++++++
>> include/asm-powerpc/mmu_context.h | 10 ++++++++++
>> include/asm-ppc/mmu_context.h | 9 +++++++++
>> include/asm-s390/mmu_context.h | 8 ++++++++
>> include/asm-sh/mmu_context.h | 8 ++++++++
>> include/asm-sh64/mmu_context.h | 8 ++++++++
>> include/asm-sparc/mmu_context.h | 8 ++++++++
>> include/asm-sparc64/mmu_context.h | 8 ++++++++
>> include/asm-um/mmu_context.h | 8 ++++++++
>> include/asm-v850/mmu_context.h | 8 ++++++++
>> include/asm-x86_64/mmu_context.h | 8 ++++++++
>> include/asm-xtensa/mmu_context.h | 9 +++++++++
>> include/linux/sched.h | 6 ------
>> mm/mmap.c | 1 +
>> 28 files changed, 218 insertions(+), 10 deletions(-)
>>
>
> Wouldn't it be a lot easier to do this via asm-generic?
>
You mean add the two stubs to asm-generic/mmu_context.h, and then
include that in all these files? That would be cleaner, but it wouldn't
remove the need to touch all these files, would it?
J
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [patch 04/26] Xen-paravirt_ops: Add pagetable accessors to pack and unpack pagetable entries, (continued)
[Xen-devel] [patch 17/26] Xen-paravirt_ops: Add nosegneg capability to the vsyscall page notes, Jeremy Fitzhardinge
[Xen-devel] [patch 07/26] Xen-paravirt_ops: Allow paravirt backend to choose kernel PMD sharing, Jeremy Fitzhardinge
[Xen-devel] [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations, Jeremy Fitzhardinge
- [Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations, James Bottomley
- [Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations,
Jeremy Fitzhardinge <=
- [Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations, James Bottomley
- [Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations, Jeremy Fitzhardinge
- [Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations, James Bottomley
- [Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations, Jeremy Fitzhardinge
- [Xen-devel] Re: [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations, James Bottomley
[Xen-devel] [patch 11/26] Xen-paravirt_ops: Use patch site IDs computed from offset in paravirt_ops structure, Jeremy Fitzhardinge
[Xen-devel] [patch 05/26] Xen-paravirt_ops: paravirt_ops: hooks to set up initial pagetable, Jeremy Fitzhardinge
[Xen-devel] [patch 21/26] Xen-paravirt_ops: Use the hvc console infrastructure for Xen console, Jeremy Fitzhardinge
|
|
|