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] [xenppc-unstable] [ppc] fix interrupt disabling in exception ha

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [ppc] fix interrupt disabling in exception handlers, again
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 21 Jun 2006 18:40:59 +0000
Delivery-date: Wed, 21 Jun 2006 11:59:43 -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>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Hollis Blanchard <hollisb@xxxxxxxxxx>
# Node ID ab08d443113d038a637662c502202685fa9228ac
# Parent  24b15d746dd2befd97c33139406845f7f82bd374
[ppc] fix interrupt disabling in exception handlers, again
Signed-off-by: Mark Mergen <mergen@xxxxxxxxxx>
---
 xen/arch/ppc/ppc64/exceptions.S |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)

diff -r 24b15d746dd2 -r ab08d443113d xen/arch/ppc/ppc64/exceptions.S
--- a/xen/arch/ppc/ppc64/exceptions.S   Tue Jun 20 18:00:08 2006 -0400
+++ b/xen/arch/ppc/ppc64/exceptions.S   Wed Jun 21 13:36:49 2006 -0500
@@ -305,8 +305,7 @@ exception_vectors_end:
     mtctr r0
 
     /* clear MSR:RI/EE to set SRR0/SRR1 */
-    mfmsr r0
-    li r13, 0
+    li r0, 0
     mtmsrd r0, 1
 
     ld r0, UREGS_pc(r1)

_______________________________________________
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] [xenppc-unstable] [ppc] fix interrupt disabling in exception handlers, again, Xen patchbot-xenppc-unstable <=