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-ia64-devel

[Xen-ia64-devel] [PATCH 1/16] domheap: fix ia64_switch_to()

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [PATCH 1/16] domheap: fix ia64_switch_to()
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Mon, 7 Jan 2008 16:52:33 +0900
Cc: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Delivery-date: Sun, 06 Jan 2008 23:53:23 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.2.1i
# HG changeset patch
# User yamahata@xxxxxxxxxxxxx
# Date 1198815001 -32400
# Node ID 5ab5ace61fcfee3c421f055fe7673608da6207c9
# Parent  adc24898148b42dfde393664f624219f32ac078a
fix ia64_switch_to().
PATCHNAME: dont_pin_down_xenheap

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>

diff -r adc24898148b -r 5ab5ace61fcf xen/arch/ia64/linux-xen/entry.S
--- a/xen/arch/ia64/linux-xen/entry.S   Tue Dec 25 11:10:27 2007 +0900
+++ b/xen/arch/ia64/linux-xen/entry.S   Fri Dec 28 13:10:01 2007 +0900
@@ -214,7 +214,7 @@ GLOBAL_ENTRY(ia64_switch_to)
         * If we've already mapped this task's page, we can skip doing it again.
         */
        cmp.eq p7,p6=r26,r27
-       br.cond.dpnt .map
+(p6)   br.cond.dpnt .map
 #else  
        cmp.eq p7,p6=r25,in0
        ;;

Attachment: 16695_5ab5ace61fcf_dont_pin_down_xenheap.patch
Description: Text Data

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel] [PATCH 1/16] domheap: fix ia64_switch_to(), Isaku Yamahata <=