|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] [pushed][ppc] Make sure IRQs are enabled while processing hcalls
changeset: 9664:7c52c6507ea3
user: jimix@xxxxxxxxxxxxxxxxxxxxx
date: Wed Mar 29 12:28:58 2006 -0500
summary: [ppc] Make sure IRQs are enabled while processing hcalls
diff -r cdf8ac2329d1 -r 7c52c6507ea3 xen/arch/ppc/hcalls.c
--- a/xen/arch/ppc/hcalls.c Wed Mar 29 12:22:26 2006 -0500
+++ b/xen/arch/ppc/hcalls.c Wed Mar 29 12:28:58 2006 -0500
@@ -77,6 +77,8 @@ void do_hcall(struct cpu_user_regs *regs
{
ulong num = regs->gprs[3];
+ local_irq_enable();
+
if ((num & XEN_MARK(0)) == XEN_MARK(0)) {
/* it's a Xen call */
num &= ~XEN_MARK(0);
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |