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

[XenPPC] [pushed] [ppc] oops on UREGS, reversed XER and CR

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [pushed] [ppc] oops on UREGS, reversed XER and CR
From: jimix@xxxxxxxxxxxxxx
Date: Wed, 17 May 2006 17:58:27 -0400
Delivery-date: Wed, 17 May 2006 14:56:28 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
changeset:   10287:d16209a2476eb924110d7e54d4185b1ab321a1f9
tag:         tip
user:        jimix@xxxxxxxxxxxxxxxxxxxxx
date:        Wed May 17 17:57:54 2006 -0400
files:       xen/arch/ppc/ppc64/asm-offsets.c
description:
[ppc] oops on UREGS, reversed XER and CR


diff -r 7887529f51d9a223dee02d5ef3358123bed89958 -r 
d16209a2476eb924110d7e54d4185b1ab321a1f9 xen/arch/ppc/ppc64/asm-offsets.c
--- a/xen/arch/ppc/ppc64/asm-offsets.c  Tue May 16 15:59:32 2006 -0400
+++ b/xen/arch/ppc/ppc64/asm-offsets.c  Wed May 17 17:57:54 2006 -0400
@@ -43,8 +43,8 @@ void __dummy__(void)
     OFFSET(UREGS_msr, struct cpu_user_regs, msr);
     OFFSET(UREGS_lr, struct cpu_user_regs, lr);
     OFFSET(UREGS_ctr, struct cpu_user_regs, ctr);
-    OFFSET(UREGS_xer, struct cpu_user_regs, cr);
-    OFFSET(UREGS_cr, struct cpu_user_regs, xer);
+    OFFSET(UREGS_xer, struct cpu_user_regs, xer);
+    OFFSET(UREGS_cr, struct cpu_user_regs, cr);
     OFFSET(UREGS_fpscr, struct cpu_user_regs, fpscr);
     DEFINE(UREGS_sizeof, sizeof(struct cpu_user_regs));
 



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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [pushed] [ppc] oops on UREGS, reversed XER and CR, jimix <=