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 1/4] x86: add FIX_HOLE

To: Jan Beulich <jbeulich@xxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH 1/4] x86: add FIX_HOLE
From: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Date: Mon, 27 Oct 2008 12:06:45 +0000
Cc:
Delivery-date: Mon, 27 Oct 2008 05:07:10 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4905B636.76E4.0078.0@xxxxxxxxxx>
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Ack4LHr+uZM17qQfEd2/qgAX8io7RQ==
Thread-topic: [Xen-devel] [PATCH 1/4] x86: add FIX_HOLE
User-agent: Microsoft-Entourage/11.4.0.080122
If no explanation can be given as to why this makes the highmem-assist patch
work, I can only reasonably take neither patch.

 -- Keir

On 27/10/08 11:38, "Jan Beulich" <jbeulich@xxxxxxxxxx> wrote:

> I have to admit that I don't recall the exact details of where I ran
> into a problem without this change, but it's a prerequisite for the
> highmem-assist patch.
> 
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
> 
> Index: 2008-09-19/xen/include/asm-x86/fixmap.h
> ===================================================================
> --- 2008-09-19.orig/xen/include/asm-x86/fixmap.h 2008-09-15 11:25:43.000000000
> +0200
> +++ 2008-09-19/xen/include/asm-x86/fixmap.h 2008-09-19 14:00:01.000000000
> +0200
> @@ -29,6 +29,7 @@
>   * from the end of virtual memory backwards.
>   */
>  enum fixed_addresses {
> +    FIX_HOLE,
>  #ifdef __i386__
>      FIX_PAE_HIGHMEM_0,
>      FIX_PAE_HIGHMEM_END = FIX_PAE_HIGHMEM_0 + NR_CPUS-1,
> 
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel



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

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