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-changelog

[Xen-changelog] Adapt to recent changes in non-VTI Xen/ia64

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Adapt to recent changes in non-VTI Xen/ia64
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Fri, 10 Jun 2005 15:45:23 +0000
Delivery-date: Fri, 10 Jun 2005 18:04:25 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1709, 2005/06/10 09:45:23-06:00, djm@xxxxxxxxxxxxxxxxxx

        Adapt to recent changes in non-VTI Xen/ia64



 vmx_process.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/xen/arch/ia64/vmx_process.c b/xen/arch/ia64/vmx_process.c
--- a/xen/arch/ia64/vmx_process.c       2005-06-10 14:05:25 -04:00
+++ b/xen/arch/ia64/vmx_process.c       2005-06-10 14:05:25 -04:00
@@ -74,7 +74,7 @@
                else do_ssc(vcpu_get_gr(current,36), regs);
        }
 #endif
-       if (iim == d->breakimm) {
+       if (iim == d->arch.breakimm) {
                struct ia64_sal_retval x;
                switch (regs->r2) {
                    case FW_HYPERCALL_PAL_CALL:

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Adapt to recent changes in non-VTI Xen/ia64, BitKeeper Bot <=